AnchorTagHelper.Action Propriété

Définition

Nom de la méthode d’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

Valeur de propriété

Attributs

Remarques

Doit être null si Route ou Page n’est pas.null

S’applique à