LinkTagHelper.HrefInclude Property

Definition

A comma separated list of globbed file patterns of CSS stylesheets to load. The glob patterns are assessed relative to the application's 'webroot' setting.

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

Property Value

Attributes

Applies to