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

Top

See Also

Reference

AsyncController Class

System.Web.Mvc Namespace