HttpHandlerActionCollection クラス
アセンブリ: System.Web (system.web.dll 内)


HttpHandlerActionCollection コレクション型を使用すると、構成ファイルの httpHandlers セクションの HttpHandlerAction 要素にアクセスできます。

HttpHandlerActionCollection コレクションを使用して、構成ファイルの httpHandlers セクションに格納されている情報にアクセスする方法を次のコード例に示します。
'Get the handlers. Dim httpHandlers As System.Web.Configuration.HttpHandlerActionCollection = httpHandlersSection.Handlers
// Get the handlers.
System.Web.Configuration.HttpHandlerActionCollection httpHandlers = httpHandlersSection.Handlers;

System.Configuration.ConfigurationElement
System.Configuration.ConfigurationElementCollection
System.Web.Configuration.HttpHandlerActionCollection


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- HttpHandlerActionCollection クラスのページへのリンク