Controller.RedirectToRoute Method

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
Protected method RedirectToRoute(Object) Redirects to the specified route using the specified route values.
Protected method RedirectToRoute(String) Redirects to the specified route using the route name.
Protected method RedirectToRoute(RouteValueDictionary) Redirects to the specified route using the route dictionary.
Protected method RedirectToRoute(String, Object) Redirects to the specified route using the route name and route values.
Protected method RedirectToRoute(String, RouteValueDictionary) Redirects to the specified route using the route name and route dictionary.

Top

See Also

Reference

Controller Class

System.Web.Mvc Namespace