TagMapInfo Constructor (String, String)
.NET Framework (current version)
Initializes a new instance of the TagMapInfo class based on the passed property values.
Assembly: System.Web (in System.Web.dll)
Parameters
- tagTypeName
-
Type:
System.String
The fully qualified name of the type for the tag that is being remapped.
- mappedTagTypeName
-
Type:
System.String
The name of the type to which the tag is remapped, along with the supporting details.
The following code example shows how to use the TagMapInfo constructor. This code example is part of a larger example provided for the PagesSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: