HttpHandlersSection コンストラクター

定義

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

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

注釈

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

適用対象