AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

BWAEditor..::..OnPreRender Method

Raises the PreRender event. Registers the TinyMCE and BWAEditor bridge scripts at the top of the page (once per request) with the current CSP nonce so the editor bootstraps before the body's init scripts run.

Namespace:  AdvantageCMS.Web.UI
Assembly:  AdvantageCMS.Web.UI (in AdvantageCMS.Web.UI.dll)

Syntax


protected void OnPreRender(
	EventArgs e
)

Parameters

e
Type: EventArgs
The EventArgs instance containing the event data.