System.Web.Configuration.CompilationSection.Compilers Property

Gets the System.Web.Configuration.CompilerCollection collection of the System.Web.Configuration.CompilationSection class.

Syntax

[System.Configuration.ConfigurationProperty("compilers")]
public CompilerCollection Compilers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CompilationSection.Compilers property does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the System.Web.Configuration.Compiler objects it contains.

Requirements

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