System.Web
2.0.0.0
System.Configuration.ConfigurationElement
The class provides a way to programmatically access a compiler configuration element.
Defines a compiler that is used to support the compilation infrastructure of Web applications. This class cannot be inherited.
Constructor
To be added.
Creates an instance of a initialized to the provided values.
Lists additional compiler-specific options to pass during compilation.
Provides a semicolon-separated list of file-name extensions used for dynamic code-behind files. For example, ".cs".
Provides a semicolon-separated list of languages used in dynamic compilation files. For example, "c#;cs;csharp".
Specifies a comma-separated class/assembly combination that indicates the .NET Framework class.
Specifies compiler warning levels.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("compilerOptions", DefaultValue="")
System.String
To be added.
To be added.
Gets a list of compiler-specific options to use during compilation.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("extension", DefaultValue="")
System.String
To be added.
When the list of file-name extensions includes more than one extension, the list is semicolon-separated.
Gets a list of file-name extensions used for dynamic code-behind files.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("language", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey)
System.String
To be added.
When the list of programming languages includes more than one language, the list is semicolon-separated.
Gets a list of programming languages to use in dynamic compilation files.
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.
Specifies the type name of the language provider, including the name of the assembly containing the provider implementation.
Gets the compiler type name of the language provider for dynamic compilation files.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("warningLevel", DefaultValue="0")
System.Configuration.IntegerValidator(MinValue=0, MaxValue=4)
System.Int32
To be added.
Specifies the default compiler warning level; determines the level at which the language provider treats compilation warnings as errors.
Gets the compiler warning level.
2.0.0.0