WebPartsSection.Transformers Property
.NET Framework (current version)
Gets a collection of TransformerInfo objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("transformers")>] member Transformers : TransformerInfoCollection with get
Property Value
Type: System.Web.Configuration.TransformerInfoCollectionA TransformerInfoCollection collection of TransformerInfo objects.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: