LinkTagHelper.FallbackHrefExclude Property

Definition

A comma separated list of globbed file patterns of CSS stylesheets 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 FallbackHrefInclude.

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

Property Value

Attributes

Applies to