次の方法で共有


NavLink.Match プロパティ

定義

URL の一致動作を表す値を取得または設定します。

public:
 property Microsoft::AspNetCore::Components::Routing::NavLinkMatch Match { Microsoft::AspNetCore::Components::Routing::NavLinkMatch get(); void set(Microsoft::AspNetCore::Components::Routing::NavLinkMatch value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.Routing.NavLinkMatch Match { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Match : Microsoft.AspNetCore.Components.Routing.NavLinkMatch with get, set
Public Property Match As NavLinkMatch

プロパティ値

属性

適用対象