System.Web.Configuration.TransformerInfoCollection.Remove Method

Removes the System.Web.Configuration.TransformerInfo object with the passed TransformerInfo.Name property value from the collection.

Syntax

public void Remove (string s)

Parameters

s
The name of a System.Web.Configuration.TransformerInfo object to remove from the collection.

Remarks

This method removes a System.Web.Configuration.TransformerInfo object from the collection and, if the System.Web.Configuration.TransformerInfo object is defined in a higher-level configuration file, inserts a remove element into the transformers collection of the webParts section of the configuration file.

Requirements

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