CompilationSection.OptimizeCompilations Property
.NET Framework (current version)
Gets or sets a value that indicates whether the compilation must be optimized.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("optimizeCompilations", DefaultValue := False)> Public Property OptimizeCompilations As Boolean
Property Value
Type: System.Booleantrue if the compilation must be optimized; otherwise, false. The default is false.
.NET Framework
Available since 2.0
Available since 2.0
Show: