다음을 통해 공유


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

속성 값

특성

적용 대상