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 default values for route parameters if not provided by the incoming HttpRequestMessage.
Namespace: System.Web.Http.Routing
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
IDictionary<string, object> Defaults { get; }
property IDictionary<String^, Object^>^ Defaults {
IDictionary<String^, Object^>^ get();
}
abstract Defaults : IDictionary<string, Object> with get
ReadOnly Property Defaults As IDictionary(Of String, Object)
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
The default values for route parameters.
See Also
IHttpRoute Interface
System.Web.Http.Routing Namespace
Return to top