CompilationSection.FolderLevelBuildProviders Property

Definition

Gets the FolderLevelBuildProviderCollection collection of the CompilationSection class, which represents the build providers that are used during compilation.

C#
[System.Configuration.ConfigurationProperty("folderLevelBuildProviders")]
public System.Web.Configuration.FolderLevelBuildProviderCollection FolderLevelBuildProviders { get; }

Property Value

The build providers that are used during compilation.

Attributes

Remarks

A FolderLevelBuildProvider object provides the functionality to parse a particular file type and to generate code from that file.

Applies to

Produit Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also