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

속성 값

특성

설명

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

적용 대상