Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Redirects to a URL that is determined by the routing API.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
RedirectToRoute(Object) | Redirects to the specified route using the specified route values. |
![]() |
RedirectToRoute(String) | Redirects to the specified route using the route name. |
![]() |
RedirectToRoute(RouteValueDictionary) | Redirects to the specified route using the route dictionary. |
![]() |
RedirectToRoute(String, Object) | Redirects to the specified route using the route name and route values. |
![]() |
RedirectToRoute(String, RouteValueDictionary) | Redirects to the specified route using the route name and route dictionary. |
Top