ScriptTagHelper.FallbackSrcExclude Property

Definition

A comma separated list of globbed file patterns of JavaScript scripts to exclude from the fallback list, in the case the primary one fails. The glob patterns are assessed relative to the application's 'webroot' setting. Must be used in conjunction with FallbackSrcInclude.

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

Property Value

Attributes

Applies to