Sdílet prostřednictvím


CacheSection Konstruktor

Definice

Inicializuje novou instanci CacheSection třídy.

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

Příklady

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)

Poznámky

Konstruktor CacheSection není určen k použití přímo z kódu. Volá se konfiguračním systémem ASP.NET. Pomocí metody získáte instanci CacheSection třídy GetSection .

Platí pro