AnchorTagHelper.Action 屬性

定義

動作方法的名稱。

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

屬性值

屬性

備註

如果 nullRoutePage 不是 null ,就必須是 。

適用於