PartialTagHelper.Optional Property

Definition

When optional, executing the tag helper will no-op if the view cannot be located. Otherwise will throw stating the view could not be found.

public:
 property bool Optional { bool get(); void set(bool value); };
[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("optional")]
public bool Optional { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("optional")>]
member this.Optional : bool with get, set
Public Property Optional As Boolean

Property Value

Attributes

Applies to