Controller::Redirect Method (String^)
Creates a RedirectResult object that redirects to the specified URL.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- url
-
Type:
System::String^
The URL to redirect to.
The result object that is prepared by this method is written to the response by the ASP.NET MVC framework when the object is executed.
Show: