HttpModuleCollection.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 IHttpModule 傳回個別 HttpModuleCollection 物件。
多載
Get(Int32) |
以指定索引從 IHttpModule 傳回 HttpModuleCollection 物件。 |
Get(String) |
以指定名稱從 IHttpModule 傳回 HttpModuleCollection 物件。 |
Get(Int32)
以指定索引從 IHttpModule 傳回 HttpModuleCollection 物件。
public:
System::Web::IHttpModule ^ Get(int index);
public System.Web.IHttpModule Get (int index);
member this.Get : int -> System.Web.IHttpModule
Public Function Get (index As Integer) As IHttpModule
參數
- index
- Int32
要從集合中傳回的 IHttpModule 物件的索引。
傳回
index
參數所指定的 IHttpModule 成員。
適用於
Get(String)
以指定名稱從 IHttpModule 傳回 HttpModuleCollection 物件。
public:
System::Web::IHttpModule ^ Get(System::String ^ name);
public System.Web.IHttpModule Get (string name);
member this.Get : string -> System.Web.IHttpModule
Public Function Get (name As String) As IHttpModule
參數
- name
- String
要擷取的項目之索引鍵。
傳回
name
參數所指定的 IHttpModule 成員。