System.Web.Configuration.HttpModulesSection.Modules Property

Gets the System.Web.Configuration.HttpModuleActionCollection of System.Web.Configuration.HttpModuleAction modules contained by the System.Web.Configuration.HttpModulesSection.

Syntax

[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public HttpModuleActionCollection Modules { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The collection returned by this method does not refer to any actual element in the underlying configuration file. It is an ASP.NET infrastructure construct that allows easy access to the modules it contains. This is a common pattern for handling the elements of a configuration file.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0