ScriptTagHelper.FallbackTestExpression Property

Definition

The script method defined in the primary script to use for the fallback test.

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

Property Value

Attributes

Applies to