Partager via


AnchorTagHelper.PageHandler Propriété

Définition

Nom du gestionnaire de page.

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

Valeur de propriété

Attributs

Remarques

Doit être null si Route ou Action, ou Controller n’est pas.null

S’applique à