ScriptTagHelper.Src Property

Definition

Address of the external script to use.

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

Property Value

Attributes

Remarks

Passed through to the generated HTML in all cases.

Applies to