LinkTagHelper.FallbackTestProperty Property

Definition

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

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

Property Value

Attributes

Applies to