System.Web
2.0.0.0
System.Configuration.ConfigurationSection
The class provides a way to programmatically access and modify the content of the compilation section of the configuration file.
Defines configuration settings that are used to support the compilation infrastructure of Web applications. This class cannot be inherited.
Constructor
The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You can obtain an instance of the class by using the method.
Initializes a new instance of the class by using default settings.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("assemblies")
System.Web.Configuration.AssemblyCollection
To be added.
This property contains the assembly references to use during compilation of a dynamic ASP.NET resource. ASP.NET automatically links these assemblies to the resource when compiling each code module.
Gets the of the .
2.0.0.0
Property
System.Configuration.ConfigurationProperty("assemblyPostProcessorType", DefaultValue="")
System.String
To be added.
To be added.
Gets or sets a value specifying a post-process compilation step for an assembly.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("batch", DefaultValue="True")
System.Boolean
To be added.
Set this attribute to true to change the delay caused by the required compilation when you access an uncompiled file. Setting this attribute to true instructs ASP.NET to precompile all the uncompiled files in batch mode. A delay occurs when the files are first compiled; however once the files are compiled, the delay is eliminated.
Gets or sets a value indicating whether batch compilation is attempted.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("batchTimeout", DefaultValue="00:15:00")
System.Configuration.TimeSpanValidator(MinValueString="00:00:00")
System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanSecondsOrInfiniteConverter))
System.TimeSpan
To be added.
Indicates the time-out period, in seconds, for batch compilation. If the compilation cannot be completed within the time-out period, the compiler reverts to single-compilation mode for the current page.
Gets or sets the time-out period, in seconds, for batch compilation.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("buildProviders")
System.Web.Configuration.BuildProviderCollection
To be added.
A object provides the functionality to parse a specific file type and to generate code from that file.
Gets the collection of the class.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("codeSubDirectories")
System.Web.Configuration.CodeSubDirectoriesCollection
To be added.
This property defines an ordered collection of subdirectories containing files compiled at run time. There can be any number of subdirectories.
Gets the of the .
2.0.0.0
Property
System.Configuration.ConfigurationProperty("compilers")
System.Web.Configuration.CompilerCollection
To be added.
The property does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the objects it contains.
Gets the collection of the class.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("debug", DefaultValue="False")
System.Boolean
To be added.
To be added.
Gets or sets a value specifying whether to compile release binaries or debug binaries.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("defaultLanguage", DefaultValue="vb")
System.String
To be added.
Specifies the default programming language, such as C# or VB.NET, to use in dynamic compilation files. Language names are defined using the system.codedom section. The default programming language is vb, which specifies VB.NET as the default programming language.
Gets or sets the default programming language to use in dynamic-compilation files.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("explicit", DefaultValue="True")
System.Boolean
To be added.
This property specifies the setting of the Microsoft Visual Basic explicit compile option. When set to true, the Visual Basic explicit compile option is enabled. When the option is enabled, all variables must be explicitly declared using a Dim, Private, Public, or ReDim statement. The default is true.
Gets or sets a value indicating whether to use the Microsoft Visual Basic explicit compile option.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("expressionBuilders")
System.Web.Configuration.ExpressionBuilderCollection
To be added.
To be added.
Gets the of the .
2.0.0.0
Method
System.Object
To be added.
To be added.
To be added.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("maxBatchGeneratedFileSize", DefaultValue="1000")
System.Int32
To be added.
Specifies the maximum size (in kilobytes) of the generated source files per batched compilation. The default value is 1000 KB.
Gets or sets the maximum combined size of the generated source files per batched compilation.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("maxBatchSize", DefaultValue="1000")
System.Int32
To be added.
To be added.
Gets or sets the maximum number of pages per batched compilation.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("numRecompilesBeforeAppRestart", DefaultValue="15")
System.Int32
To be added.
Indicates the number of dynamic recompiles of resources that can occur before the application restarts. This attribute is supported at the global and application configuration levels, but not at the directory configuration level.
ASP.NET increases the property value every time an assembly is invalidated and fails to be deleted.
Gets or sets the number of dynamic recompiles of resources that can occur before the application restarts.
2.0.0.0
Method
System.Void
To be added.
To be added.
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("strict", DefaultValue="False")
System.Boolean
To be added.
When true, compilation explicitly disallows any data-type conversions in which data loss would occur, and any conversion between numeric types and strings.
Gets or sets the Visual Basic strict compile option.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("tempDirectory", DefaultValue="")
System.String
To be added.
To be added.
Gets or sets a value that specifies the directory to use for temporary file storage during compilation.
2.0.0.0
Property
System.Configuration.ConfigurationProperty("urlLinePragmas", DefaultValue="False")
System.Boolean
To be added.
If this property is specified as true in the configuration, URLs will be used for the compiler instructions instead of physical paths.
Gets or sets a value indicating whether instructions to the compiler use physical paths or URLs.
2.0.0.0