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

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

HttpModuleActionCollection クラス

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

HttpModuleAction オブジェクトコレクション表します。このクラス継承できません。

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

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

HttpModuleActionCollection コレクション使用すると、HttpModulesSection セクションHttpModuleAction 要素アクセスできます

使用例使用例

HttpModuleActionCollection クラス使用する方法次のコード例示しますまた、ASP.NETカスタム モジュール使用できるようにする構成ファイル抜粋示します

HTTP モジュール構築構成方法を示す完全な例については、「方法 : HTTP モジュール作成および構成する」を参照してください

<httpModules>
  <add name="TimerModule" 
    type="Samples.AspNet.RequestTimeInterval, RequestTimeInterval Version=1.0.1557.23158,
 Culture=neutral,
    PublicKeyToken=7bfb33146a87b52e, processorArchitecture=MSIL"/>
</httpModules>
  ' Get the Web application configuration.
  Dim configuration As System.Configuration.Configuration
 = _
  WebConfigurationManager.OpenWebConfiguration( _
  "/aspnetTest")

' Get the section.
  Dim httpModulesSection As HttpModulesSection
 = _
  CType(configuration.GetSection( _
  "system.web/httpModules"), HttpModulesSection)

' Get the collection.
  Dim modulesCollection _
  As HttpModuleActionCollection = httpModulesSection.Modules

// Get the Web application configuration.
System.Configuration.Configuration configuration = 
    WebConfigurationManager.OpenWebConfiguration(
    "/aspnetTest");

// Get the section.
HttpModulesSection httpModulesSection = 
    (HttpModulesSection)configuration.GetSection(
    "system.web/httpModules");

// Get the collection.
HttpModuleActionCollection modulesCollection = 
    httpModulesSection.Modules;

継承階層継承階層
System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      System.Web.Configuration.HttpModuleActionCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpModuleActionCollection メンバ
System.Web.Configuration 名前空間
HttpModuleActionCollection クラス
HttpModuleAction クラス
その他の技術情報
httpModules 要素 (ASP.NET 設定スキーマ)
方法 : HTTP モジュール作成および構成する
HTTP モジュール使用した ASP.NET 処理の拡張


このページでは「.NET Framework クラス ライブラリ リファレンス」からHttpModuleActionCollection クラスを検索した結果を表示しています。
Weblioに収録されているすべての辞書からHttpModuleActionCollection クラスを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からHttpModuleActionCollection クラス を検索

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

辞書ショートカット

すべての辞書の索引

「HttpModuleActionCollection クラス」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS