Share via


Router.PreferExactMatches Propriété

Définition

Attention

This property is obsolete and configuring it has not effect.

Obtient ou définit un indicateur pour indiquer si la correspondance d’itinéraire doit préférer des correspondances exactes aux caractères génériques.

Cette propriété est obsolète et sa configuration ne fait rien.

[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

Valeur de propriété

Attributs

S’applique à