Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.61 KB

buildprovider-class.md

File metadata and controls

51 lines (39 loc) · 3.61 KB
title description ms.date ms.assetid
BuildProvider Class
Compiles custom resource files of a particular file type and generates code during compilation.
10/07/2016
86c97635-9cea-7ced-e217-276667534258

BuildProvider Class

Represents a build provider that compiles custom resource files of a particular file type and generates code during compilation.

Syntax

class BuildProvider : CollectionElement  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the BuildProvider class.

Name Description
Extension A read-only string value that specifies a resource file extension (such as ".aspx" or ".ascx") that is compiled by the build provider specified in the Type property. The key property.
Type A read/write string value that contains the type of the build provider that compiles resource files that have the file extension specified in the Extension property. The string is a comma-delimited list that contains the fully qualified type name followed by the assembly information (for example, Corp.Net.Provider, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"). If you do not specify a string value, the property will contain a null reference.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the BuildProviders array property of the BuildProviderSettings class.

Inheritance Hierarchy

CollectionElement

BuildProvider

Requirements

Type Description
Client - [!INCLUDEiis70] on [!INCLUDEwinvista]
- [!INCLUDEiis75] on [!INCLUDEwin7]
- [!INCLUDEiis80] on [!INCLUDEwin8]
- [!INCLUDEiis100] on [!INCLUDEwin10]
Server - [!INCLUDEiis70] on [!INCLUDEwinsrv2008]
- [!INCLUDEiis75] on [!INCLUDEwinsrv2008r2]
- [!INCLUDEiis80] on [!INCLUDEwinsrv2012]
- [!INCLUDEiis85] on [!INCLUDEwinsrv2012r2]
- [!INCLUDEiis100] on [!INCLUDEwinsrv2016]
Product - [!INCLUDEiis70], [!INCLUDEiis75], [!INCLUDEiis80], [!INCLUDEiis85], [!INCLUDEiis100]
MOF file WebAdministration.mof

See Also

System.Web.Configuration.CompilationSection.BuildProviders
BuildProviderSettings Class
CollectionElement Class
CompilationSection Class