PartialTagHelper.FallbackName Property

Definition

View to lookup if the view specified by Name cannot be located.

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

Property Value

Attributes

Applies to