System.Web.Configuration.BuildProviderCollection.Remove Method

Removes a System.Web.Configuration.BuildProvider object from the System.Web.Configuration.BuildProviderCollection.

Syntax

public void Remove (string name)

Parameters

name
A string value specifying the System.Web.Configuration.BuildProvider reference.

Remarks

If the System.Web.Configuration.BuildProvider does not exist 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