BuildProviderCollection.Remove Method (String)
.NET Framework (current version)
Removes a BuildProvider object from the BuildProviderCollection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
A string value specifying the BuildProvider reference.
If the BuildProvider does not exist in the collection, the build provider is ignored.
The following code example demonstrates how to use the Remove 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: