Compartir a través de


CacheTagHelperBase.Enabled Propiedad

Definición

Obtiene o establece el valor que determina si el asistente de etiquetas está habilitado o no.

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

Valor de propiedad

Atributos

Se aplica a