Router.PreferExactMatches Свойство

Определение

Внимание!

This property is obsolete and configuring it has not effect.

Получает или задает флаг, указывающий, должно ли сопоставление маршрутов предпочесть точные совпадения подстановочным знакам.

Это свойство устарело, и его настройка ничего не делает.

[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

Значение свойства

Атрибуты

Применяется к