System.Web.Configuration.CompilationSection.Batch Property

Gets or sets a value indicating whether batch compilation is attempted.

Syntax

[System.Configuration.ConfigurationProperty("batch", DefaultValue="True")]
public bool Batch { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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