Sdílet prostřednictvím


AnchorTagHelper.Action Vlastnost

Definice

Název metody akce.

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

Hodnota vlastnosti

Atributy

Poznámky

Musí být null , pokud Route nebo Page není-null.

Platí pro