HttpModuleCollection Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| AllKeys | Gets a string array containing all the keys (module names) in the HttpModuleCollection. |
| Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| Item | Overloaded. Gets the specified IHttpModule object from the HttpModuleCollection. |
| Keys | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (inherited from NameObjectCollectionBase) |
| Name | Description | |
|---|---|---|
| IsReadOnly | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. (inherited from NameObjectCollectionBase) |
Community Additions
ADD
Show: