Gets the route data to use for generating the URL.
Namespace:   System.Web.Http.Results
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
public IDictionary<string, object> RouteValues { get; }
public:
property IDictionary<String^, Object^>^ RouteValues {
    IDictionary<String^, Object^>^ get();
}
member RouteValues : IDictionary<string, Object> with get
Public ReadOnly Property RouteValues As IDictionary(Of String, Object)
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
Returns IDictionary<TKey, TValue>.
See Also
RedirectToRouteResult Class
System.Web.Http.Results Namespace
Return to top