CacheSection Oluşturucu

Tanım

CacheSection sınıfının yeni bir örneğini başlatır.

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

Örnekler

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)

Açıklamalar

Oluşturucu doğrudan CacheSection kodunuzdan kullanılmak üzere tasarlanmamıştır. ASP.NET yapılandırma sistemi tarafından çağrılır. yöntemini kullanarak sınıfının bir örneğini CacheSectionGetSection alırsınız.

Şunlara uygulanır