PagesSection.TagMapping Property
.NET Framework (current version)
Gets a collection of TagMapInfo objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("tagMapping")>] member TagMapping : TagMapCollection with get
Property Value
Type: System.Web.Configuration.TagMapCollectionA TagMapCollection of TagMapInfo objects.
The TagPrefixInfo object has no corresponding directive on an ASP.NET page. The TagPrefixInfo objects allow you to remap tag type names to other type names at compile time.
.NET Framework
Available since 2.0
Available since 2.0
Show: