AnchorTagHelper.Area プロパティ

定義

領域の名前です。

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

プロパティ値

属性

注釈

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

適用対象