LinkTagHelper.FallbackHrefInclude 属性

定义

CSS 样式表的 globbed 文件模式的逗号分隔列表,在主样式表失败时要回退到 。 glob 模式相对于应用程序的“webroot”设置进行评估。

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

属性值

属性

适用于