CacheSection Construtor

Definição

Inicializa uma nova instância da CacheSection classe.

public:
 CacheSection();
public CacheSection();
Public Sub New ()

Exemplos

System.Web.Configuration.CacheSection cacheSection =
    (System.Web.Configuration.CacheSection)config.GetSection(
        "system.web/caching/cache");
Dim cacheSection As System.Web.Configuration.CacheSection =
    CType(config.GetSection("system.web/caching/cache"), System.Web.Configuration.CacheSection)

Observações

O CacheSection construtor não foi concebido para ser usado diretamente a partir do seu código. É chamada pelo sistema de configuração ASP.NET. Obtém-se uma instância da CacheSection classe usando o GetSection método.

Aplica-se a