Router.PreferExactMatches Property

Definition

Caution

This property is obsolete and configuring it has not effect.

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]
[System.Obsolete("This property is obsolete and configuring it has not effect.")]
public bool PreferExactMatches { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.PreferExactMatches : bool with get, set
[<Microsoft.AspNetCore.Components.Parameter>]
[<System.Obsolete("This property is obsolete and configuring it has not effect.")>]
member this.PreferExactMatches : bool with get, set
Public Property PreferExactMatches As Boolean

Property Value

Attributes

Applies to