TransformerInfoCollection Constructor ()

 

Initializes a new instance of the TransformerInfoCollection class.

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

public TransformerInfoCollection()

The TransformerInfoCollection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. The Transformers property of the WebPartsSection class always contains an instance of the TransformerInfoCollection type. Use this instance, rather than creating your own.

.NET Framework
Available since 2.0
Return to top
Show: