Documentation for this section has not yet been entered.
The AssemblyBuilder.CodeDomProvider property indicates the System.CodeDom.Compiler.CodeDomProvider implementation that the ASP.NET build environment uses to compile an assembly from the source code contributed by each System.Web.Compilation.BuildProvider implementation.
The ASP.NET build environment determines the language and compiler required by files within the project, based on the BuildProvider.CodeCompilerType property. The build environment groups files based on their compiler settings and builds an assembly from files that require the same compiler.