AnchorTagHelper.Controller Propiedad

Definición

El nombre del controlador.

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

Valor de propiedad

Atributos

Comentarios

Debe ser null si Route o Page nonull es .

Se aplica a