Share via


TemplateMatcher.Defaults Property

Definition

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

Property Value

Applies to