Router.PreferExactMatches Propiedad

Definición

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>]
member this.PreferExactMatches : bool with get, set
Public Property PreferExactMatches As Boolean

Valor de propiedad

Boolean
Atributos

Se aplica a