CompilationSection.Compilers Property
.NET Framework (current version)
Gets the CompilerCollection collection of the CompilationSection class.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("compilers")>] member Compilers : CompilerCollection with get
Property Value
Type: System.Web.Configuration.CompilerCollectionA CompilerCollection collection that contains a collection of Compiler objects.
The Compilers property does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the Compiler objects it contains.
.NET Framework
Available since 2.0
Available since 2.0
Show: