CompilationSection.FolderLevelBuildProviders Property
.NET Framework (current version)
Gets the FolderLevelBuildProviderCollection collection of the CompilationSection class, which represents the build providers that are used during compilation.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("folderLevelBuildProviders")> Public ReadOnly Property FolderLevelBuildProviders As FolderLevelBuildProviderCollection
Property Value
Type: System.Web.Configuration.FolderLevelBuildProviderCollectionThe build providers that are used during compilation.
A FolderLevelBuildProvider object provides the functionality to parse a particular file type and to generate code from that file.
.NET Framework
Available since 4.0
Available since 4.0
Show: