BuildProviderCollection.Add Method (BuildProvider)
.NET Framework (current version)
Adds a BuildProvider object to the BuildProviderCollection.
Assembly: System.Web (in System.Web.dll)
Parameters
- buildProvider
-
Type:
System.Web.Configuration.BuildProvider
A BuildProvider object.
If the BuildProvider object already exists in the collection, the build provider is ignored.
The following code example demonstrates how to use the Add method. This code example is part of a larger example provided for the BuildProviderCollection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: