Compartir a través de


Router.PreferExactMatches Propiedad

Definición

Precaución

This property is obsolete and configuring it has not effect.

Obtiene o establece una marca para indicar si la coincidencia de rutas debe preferir coincidencias exactas en caracteres comodín.

Esta propiedad está obsoleta y la configuración no hace 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 de propiedad

Atributos

Se aplica a