Wednesday, November 30, 2011

How to redirect to a URL in ASP.NET MVC action

return Redirect("http://www.google.com");

No comments:

Post a Comment