LinkTagHelper.FallbackTestClass Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class name defined in the stylesheet to use for the fallback test. Must be used in conjunction with FallbackTestProperty and FallbackTestValue, and either FallbackHref or FallbackHrefInclude.
public:
property System::String ^ FallbackTestClass { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-fallback-test-class")]
public string FallbackTestClass { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("asp-fallback-test-class")>]
member this.FallbackTestClass : string with get, set
Public Property FallbackTestClass As String
Property Value
- Attributes