Compartir a través de


FormTagHelper.Route Propiedad

Definición

Nombre de la ruta.

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

Valor de propiedad

Atributos

Comentarios

Debe ser null si Action o Controller nonull es.

Se aplica a