LinkTagHelper.HrefExclude Property

Definition

A comma separated list of globbed file patterns of CSS stylesheets to exclude from loading. The glob patterns are assessed relative to the application's 'webroot' setting. Must be used in conjunction with HrefInclude.

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

Property Value

Attributes

Applies to