AnchorTagHelper.PageHandler 属性

定义

页面处理程序的名称。

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

属性值

属性

注解

null如果 RouteAction, 或 Controller 为非null ,则必须为 。

适用于