LinkTagHelper.FallbackHref Property

Definition

The URL of a CSS stylesheet to fallback to in the case the primary one fails.

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

Property Value

Attributes

Applies to