Aracılığıyla paylaş


HttpModuleCollection.Item[] Özellik

Tanım

belirtilen IHttpModule nesneyi öğesinden HttpModuleCollectionalır.

Aşırı Yüklemeler

Item[Int32]

IHttpModule öğesinden HttpModuleCollectionbelirtilen sayısal dizine sahip nesneyi alır.

Item[String]

IHttpModule öğesinden HttpModuleCollectionbelirtilen ada sahip nesneyi alır.

Item[Int32]

IHttpModule öğesinden HttpModuleCollectionbelirtilen sayısal dizine sahip nesneyi alır.

public:
 property System::Web::IHttpModule ^ default[int] { System::Web::IHttpModule ^ get(int index); };
public System.Web.IHttpModule this[int index] { get; }
member this.Item(int) : System.Web.IHttpModule
Default Public ReadOnly Property Item(index As Integer) As IHttpModule

Parametreler

index
Int32

Koleksiyondan alınacak nesnenin IHttpModule dizini.

Özellik Değeri

IHttpModule parametresi tarafından index belirtilen nesne modülü.

Şunlara uygulanır

Item[String]

IHttpModule öğesinden HttpModuleCollectionbelirtilen ada sahip nesneyi alır.

public:
 property System::Web::IHttpModule ^ default[System::String ^] { System::Web::IHttpModule ^ get(System::String ^ name); };
public System.Web.IHttpModule this[string name] { get; }
member this.Item(string) : System.Web.IHttpModule
Default Public ReadOnly Property Item(name As String) As IHttpModule

Parametreler

name
String

Alınacak öğenin anahtarı.

Özellik Değeri

IHttpModule parametresi tarafından name belirtilen nesne modülü.

Şunlara uygulanır