LinkTagHelper.Href Propriedade

Definição

Endereço do recurso vinculado.

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

Valor da propriedade

Atributos

Comentários

Passado para o HTML gerado em todos os casos.

Aplica-se a