言語

HttpHandlerActionCollection コンストラクター

定義

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

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

注釈

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

適用対象