RoutePattern.Defaults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of default values for the route pattern. The keys of Defaults are the route parameter names.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Defaults { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> Defaults { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> Defaults { get; }
member this.Defaults : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Defaults As IReadOnlyDictionary(Of String, Object)