OutputCacheSection コンストラクター

定義

OutputCacheSection クラスの新しいインスタンスを初期化します。

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

注釈

OutputCacheSection コンストラクターは、コードから直接使用するためのものではありません。 ASP.NET 構成システムによって呼び出されます。 OutputCacheSection メソッドを使用して、GetSection クラスのインスタンスを取得します。

適用対象