ScriptTagHelper.FallbackSrcInclude Property

Definition

A comma separated list of globbed file patterns of JavaScript scripts to fallback to in the case the primary one fails. The glob patterns are assessed relative to the application's 'webroot' setting.

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

Property Value

Attributes

Applies to