The tagMapping element defines a collection of tag types that are remapped to other tag types at compile time. This remapping causes the mapped type to be used in place of the original tag type for all pages and controls in the ASP.NET application within the scope of the configuration file.
Note: |
|---|
Unlike other attributes and collections in the pages section, tag remapping has no matching ASP.NET page directive.
|
Default Configuration
The following default tagMapping element is not explicitly configured in the Machine.config file or in the root Web.config file. However, it is the default configuration that is returned by the application.
<tagMapping>
<clear />
</tagMapping>