WebPartManager.CreateAvailableTransformers Method

Definition

Creates a set of transformers specified in a Web site's configuration file and adds them to the collection of transformers referenced by the AvailableTransformers property.

C#
protected virtual System.Web.UI.WebControls.WebParts.TransformerTypeCollection CreateAvailableTransformers();

Returns

The collection of transformers specified in a Web site's configuration file.

Notes to Inheritors

This method can be overridden to add additional transformers that can be used by the application. For example, the method could be written to retrieve a list of available transformers from a Web service.

Applies to

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also