다음을 통해 공유


CacheSection 생성자

정의

CacheSection 클래스의 새 인스턴스를 초기화합니다.

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

예제

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)

설명

CacheSection 생성자는 코드에서 직접 사용할 수 없습니다. ASP.NET 구성 시스템에서 호출 됩니다. 인스턴스를 가져올 수는 CacheSection 를 사용 하 여 클래스를 GetSection 메서드.

적용 대상