//Controller
public class PivotalController : Controller
{
//Action
public RedirectResult Index()
{
return Redirect("/pages/PivotalWebForm.aspx");
}
}
Subscribe to:
Post Comments (Atom)
No comments:
Write comments