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

プロパティ値

属性

注釈

または ActionController が以外nullの場合Routeは であるnull必要があります。

適用対象