次の方法で共有


HttpHandlerActionCollection コンストラクター

定義

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

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

注釈

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

適用対象