TemplateMatcher.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 default values for parameters in the Template.
public:
property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ Defaults { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); };
public Microsoft.AspNetCore.Routing.RouteValueDictionary Defaults { get; }
member this.Defaults : Microsoft.AspNetCore.Routing.RouteValueDictionary
Public ReadOnly Property Defaults As RouteValueDictionary