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 クラスのページへのリンク