Condividi tramite


Router.PreferExactMatches Proprietà

Definizione

Attenzione

This property is obsolete and configuring it has not effect.

Ottiene o imposta un flag per indicare se la corrispondenza della route deve preferire corrispondenze esatte rispetto ai caratteri jolly.

Questa proprietà è obsoleta e la configurazione non esegue alcuna operazione.

[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

Valore della proprietà

Attributi

Si applica a