Router.PreferExactMatches 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 or sets a flag to indicate whether route matching should prefer exact matches over wildcards.
This property is obsolete and configuring it does nothing.
[Microsoft.AspNetCore.Components.Parameter]
public bool PreferExactMatches { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.PreferExactMatches : bool with get, set
Public Property PreferExactMatches As Boolean
Property Value
- Attributes