Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
See Also
CreatedAtRouteNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top