ConvertersCollection.Remove Method (Converter)

 

Removes the specified converter from the ConvertersCollection object.

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public void Remove(
	Converter converter
)

Parameters

converter
Type: System.Web.Configuration.Converter

The name of the converter to remove.

.NET Framework
Available since 3.5
Return to top
Show: