CompilationSection.MaxBatchSize Property
.NET Framework (current version)
Gets or sets the maximum number of pages per batched compilation.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("maxBatchSize", DefaultValue = 1000)>] member MaxBatchSize : int with get, set
Property Value
Type: System.Int32An integer value indicating the maximum number of pages that will be compiled into a single batch. The default number of pages is 1000.
The following code example demonstrates how to use the MaxBatchSize property. This code example is part of a larger example provided for the CompilationSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: