LinkTagHelper.FallbackHrefInclude Property

Definition

A comma separated list of globbed file patterns of CSS stylesheets 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 ^ FallbackHrefInclude { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-fallback-href-include")]
public string FallbackHrefInclude { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-fallback-href-include")>]
member this.FallbackHrefInclude : string with get, set
Public Property FallbackHrefInclude As String

Property Value

Attributes

Applies to