ScriptTagHelper.Src 속성

정의

사용할 외부 스크립트의 주소입니다.

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

속성 값

특성

설명

모든 경우에 생성된 HTML에 전달됩니다.

적용 대상