Raises the [E:HtmlInit] event.

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

Syntax

C#
protected virtual void OnHtmlInit(
	HtmlRewriteEventArgs e
)

Parameters

e
Type: EPiServer.Web..::.HtmlRewriteEventArgs
The HtmlRewriteEventArgs instance containing the event data.

See Also