Condividi tramite


ScriptTagHelper.Src Proprietà

Definizione

Indirizzo dello script esterno da usare.

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

Valore della proprietà

Attributi

Commenti

Passato al codice HTML generato in tutti i casi.

Si applica a