Raised when a value has been found, such as an attribute value, but also when the text contents of an element is found, whitespace or any other item that has text. This event togheter with HtmlRewrietName is the most common event to subscribe to. Set IsHoldingOutput = true to suppress output of the value, modified or not.

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

Syntax

C#
public event EventHandler<HtmlRewriteEventArgs> HtmlRewriteValue

See Also