System.Web.Configuration.TransformerInfoCollection.Add Method

Adds a System.Web.Configuration.TransformerInfo object to the collection.

Syntax

public void Add (TransformerInfo transformerInfo)

Parameters

transformerInfo
A System.Web.Configuration.TransformerInfo object to add to the collection.

Remarks

The collection must not already contain a System.Web.Configuration.TransformerInfo object with the same TransformerInfo.Name property value.

Requirements

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