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

プロパティ値

属性

適用対象