RedirectToRouteResult Class
Represents an action result that performs route generation and returns a <see cref="F:System.Net.HttpStatusCode.Redirect"/> response.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | RedirectToRouteResult(String^, IDictionary<String^, Object^>^, ApiController^) | Initializes a new instance of the <see cref="T:System.Web.Http.Results.RedirectToRouteResult"/> class with the values provided. |
![]() | RedirectToRouteResult(String^, IDictionary<String^, Object^>^, UrlHelper^, HttpRequestMessage^) | Initializes a new instance of the <see cref="T:System.Web.Http.Results.RedirectToRouteResult"/> class with the values provided. |
| Name | Description | |
|---|---|---|
![]() | Request | Gets the request message which led to this result. |
![]() | RouteName | Gets the name of the route to use for generating the URL. |
![]() | RouteValues | Gets the route data to use for generating the URL. |
![]() | UrlFactory | Gets the factory to use to generate the route URL. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | ExecuteAsync(CancellationToken) | |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


