AnchorTagHelper.Page プロパティ

定義

ページの名前です。

public:
 property System::String ^ Page { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-page")]
public string Page { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-page")>]
member this.Page : string with get, set
Public Property Page As String

プロパティ値

String
属性

注釈

null非である場合Route、またはActionControllernullである必要があります。

適用対象