Condividi tramite


LinkTagHelper.Href Proprietà

Definizione

Indirizzo della risorsa collegata.

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

Valore della proprietà

Attributi

Commenti

Passato al codice HTML generato in tutti i casi.

Si applica a