ScriptTagHelper.SrcExclude Property

Definition

A comma separated list of globbed file patterns of JavaScript scripts to exclude from loading. The glob patterns are assessed relative to the application's 'webroot' setting. Must be used in conjunction with SrcInclude.

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

Property Value

Attributes

Applies to