ScriptTagHelper.FallbackSrc Property

Definition

The URL of a Script tag to fallback to in the case the primary one fails.

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

Property Value

Attributes

Applies to