HttpResponseWrapper::RedirectToRoute Method

.NET Framework (current version)
 

Redirects a request to a new URL by using the specified route parameter values, a route name, or both.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodRedirectToRoute(Object^)

Redirects a request to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoute(Object^).)

System_CAPS_pubmethodRedirectToRoute(RouteValueDictionary^)

Redirects a request to a new URL by using the specified route parameter values.(Overrides HttpResponseBase::RedirectToRoute(RouteValueDictionary^).)

System_CAPS_pubmethodRedirectToRoute(String^)

Redirects a request to a new URL by using the specified route name.(Overrides HttpResponseBase::RedirectToRoute(String^).)

System_CAPS_pubmethodRedirectToRoute(String^, Object^)

Redirects a request to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoute(String^, Object^).)

System_CAPS_pubmethodRedirectToRoute(String^, RouteValueDictionary^)

Redirects a request to a new URL by using the specified route name and route parameter values.(Overrides HttpResponseBase::RedirectToRoute(String^, RouteValueDictionary^).)

Return to top
Show: