Raised at the start of the HTML stream, before anything has been parsed or output. Subscribers may take this chance to initialize, do other tings before the actual parsing begins.

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

Syntax

C#
public event EventHandler<HtmlRewriteEventArgs> HtmlRewriteBegin

See Also