System.Web
2.0.0.0
System.Configuration.ConfigurationElement
The class provides a way to programmatically access and modify the add element of the httpModules section of a configuration file.
The type is part of a group that includes the , collection, and the types.
Configures the modules. This class cannot be inherited.
Constructor
The module name is an alias you can use to associate event handlers with the module events. ASP.NET searches for the assembly DLL first in the application's private \bin directory and then in the Global Assembly Cache (GAC).
Initializes a new instance of the class using the passed parameters.
The module name.
A comma-separated list containing the module type name and the assembly information.
2.0.0.0
Property
System.Configuration.ConfigurationElementProperty
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("name", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
System.Configuration.StringValidator(MinLength=1)
System.String
To be added.
The module name is used to identify this object.
Gets or sets the module name.
2.0.0.0
Property
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("type", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)
System.String
To be added.
To find the assembly defined by the , ASP.NET searches for the assembly DLL first in the application's private \bin directory, and then in the system assembly cache.
Gets or sets the module type.
2.0.0.0