Partager via


CacheSection Constructeur

Définition

Initialise une nouvelle instance de la classe CacheSection.

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

Exemples

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)

Remarques

Le CacheSection constructeur n’est pas destiné à être utilisé directement à partir de votre code. Il est appelé par le système de configuration ASP.NET. Vous obtenez une instance de la classe à l’aide CacheSection de la GetSection méthode.

S’applique à