WebPartsSection.Transformers Property

 

Gets a collection of TransformerInfo objects.

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

[<ConfigurationPropertyAttribute("transformers")>]
member Transformers : TransformerInfoCollection with get

TransformerInfo objects specify custom classes that extend the 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.

The following code example shows how to use the Transformers property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: