Router.PreferExactMatches Propriedade

Definição

Cuidado

This property is obsolete and configuring it has not effect.

Obtém ou define um sinalizador para indicar se a correspondência de rotas deve preferir correspondências exatas em vez de curingas.

Essa propriedade está obsoleta e configurá-la não faz nada.

[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

Valor da propriedade

Atributos

Aplica-se a