HttpHandlerActionCollection クラスとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HttpHandlerActionCollection クラスの意味・解説 

HttpHandlerActionCollection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

HttpHandlerAction 要素コレクション表します。このクラス継承できません。

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public NotInheritable Class
 HttpHandlerActionCollection
    Inherits ConfigurationElementCollection
Dim instance As HttpHandlerActionCollection
public sealed class HttpHandlerActionCollection
 : ConfigurationElementCollection
public ref class HttpHandlerActionCollection
 sealed : public ConfigurationElementCollection
public final class HttpHandlerActionCollection
 extends ConfigurationElementCollection
public final class HttpHandlerActionCollection
 extends ConfigurationElementCollection
解説解説

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;

次の構成抜粋では、httpHandlers セクションに対して宣言によって値を指定する方法示してます。

<httpHandlers>
  <add path="Calculator.custom"
    type="Samples.AspNet.SystemWebConfiguration.Calculator, CalculatorHandler"
    verb="GET" validate="false" />
</httpHandlers> 
継承階層継承階層
System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      System.Web.Configuration.HttpHandlerActionCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpHandlerActionCollection メンバ
System.Web.Configuration 名前空間
HttpHandlerActionCollection クラス
HttpHandlerAction クラス
その他の技術情報
httpHandlers 要素 (ASP.NET 設定スキーマ)
HTTP モジュール使用した ASP.NET 処理の拡張



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「HttpHandlerActionCollection クラス」の関連用語

HttpHandlerActionCollection クラスのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HttpHandlerActionCollection クラスのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS