CacheSection Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe CacheSection.
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)
Comentários
O CacheSection construtor não se destina a ser usado diretamente do código. Ele é chamado pelo sistema de configuração ASP.NET. Você obtém uma instância da CacheSection classe usando o GetSection método.