Gets the name of the route to use for generating the URL.
Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
public string RouteName { get; }
public:
property String^ RouteName {
    String^ get();
}
member RouteName : string with get
Public ReadOnly Property RouteName As String
Property Value
Type: System.String
Returns String.
See Also
RedirectToRouteResult Class
System.Web.Http.Results Namespace
Return to top