using System.Web.Mvc; namespace Foo.Ui.Controllers { public class BarController : Controller { public ActionResult Index() { return Redirect("http://www.example.com"); } } }
No comments:
Post a Comment