CacheTagHelperBase.Enabled Property

Definition

Gets or sets the value which determines if the tag helper is enabled or not.

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

Property Value

Attributes

Applies to