Raised when a an element or attribute name has been found. Subscribers may change the name, or do other things as a result of this event. This event together with HtmlRewriteValue is the most common event to subscribe to.

Namespace:  EPiServer.Web
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public event EventHandler<HtmlRewriteEventArgs> HtmlRewriteName

See Also