System.Web.Configuration.BuildProviderCollection.Add Method

Adds a System.Web.Configuration.BuildProvider object to the System.Web.Configuration.BuildProviderCollection.

Syntax

public void Add (BuildProvider buildProvider)

Parameters

buildProvider
A System.Web.Configuration.BuildProvider object.

Remarks

If the System.Web.Configuration.BuildProvider object already exists in the collection, the build provider is ignored.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0