System.Web.Configuration.WebPartsSection.Transformers Property

Gets a collection of System.Web.Configuration.TransformerInfo objects.

Syntax

[System.Configuration.ConfigurationProperty("transformers")]
public TransformerInfoCollection Transformers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

System.Web.Configuration.TransformerInfo objects specify custom classes that extend the System.Web.UI.WebControls.WebParts.WebPartTransformer class for use by Web Part connections for the ASP.NET applications affected by the configuration file. These transformer classes act as bridges between connected Web Parts, translating data between Web Parts with incompatible connection points.

Requirements

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