LinkTagHelper.FallbackTestValue Property

Definition

The CSS property value to use for the fallback test. Must be used in conjunction with FallbackTestClass and FallbackTestProperty, and either FallbackHref or FallbackHrefInclude.

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

Property Value

Attributes

Applies to