AnchorTagHelper.Action Propriedade

Definição

O nome do método da ação.

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

Valor da propriedade

Atributos

Comentários

Deve ser null se Route ou Page não.null

Aplica-se a