Router.PreferExactMatches Property

Definition

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

Boolean
Attributes

Applies to