CompilationSection.BuildProviders Property
.NET Framework (current version)
Gets the BuildProviderCollection collection of the CompilationSection class.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("buildProviders")] public BuildProviderCollection BuildProviders { get; }
Property Value
Type: System.Web.Configuration.BuildProviderCollectionA BuildProviderCollection that contains the build providers used during a compilation.
A BuildProvider object provides the functionality to parse a specific file type and to generate code from that file.
.NET Framework
Available since 2.0
Available since 2.0
Show: