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

속성 값

특성

설명

null 또는 ActionController 이 아닌null 경우 Route 이어야 합니다.

적용 대상