OutputCacheParameters.Enabled Propriedade
Definição
Obtém ou define um valor que indica se o cache de saída está habilitado para o conteúdo atual.Gets or sets a value indicating whether output caching is enabled for the current content.
public:
property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean
Valor da propriedade
true Se o cache de saída estiver habilitado para o conteúdo atual; caso contrário, false .true if output caching is enabled for the current content; otherwise, false. O padrão é true.The default is true.