TransformerInfo Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the TransformerInfo class with the specified name and type reference.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of this transformer type.
- type
-
Type:
System.String
A reference to a type that extends the transformer WebPartTransformer class.
The configuration system does not validate the specified type to ensure that a valid type name is used.
The following code example shows how to use the TransformerInfo(String, String) constructor. This code example is part of a larger example provided for the WebPartsSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: