AnchorTagHelper.Page Proprietà

Definizione

Nome della pagina.

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

Valore della proprietà

Attributi

Commenti

Deve essere null se Route o Action, Controller non ènull.

Si applica a