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 가 이 아닌null 경우 Route 이어야 합니다.

적용 대상