ScriptTagHelper.SrcInclude Property

Definition

A comma separated list of globbed file patterns of JavaScript scripts to load. The glob patterns are assessed relative to the application's 'webroot' setting.

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

Property Value

Attributes

Applies to