LinkTagHelper.FallbackHref 属性

定义

在主样式表失败时要回退到的 CSS 样式表的 URL。

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

属性值

属性

适用于