CacheSection Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe CacheSection.
public:
CacheSection();
public CacheSection ();
Public Sub New ()
Esempio
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)
Commenti
Il CacheSection costruttore non deve essere usato direttamente dal codice. Viene chiamato dal sistema di configurazione ASP.NET. Per ottenere un'istanza della CacheSection classe, usare il GetSection metodo .