Click or drag to resize

TemplateExtensionBasePluginPreRender Method

Fired when a Plugin template is about to be rendered. The plugin is obtained using GetExpandedBody(IAppContext, NameValueCollection, ContentResolution) (against the IField) and the resulting plugin HTML is provided in Body. The extension may modify the HTML in which case the modified HTML will be used.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void PluginPreRender(
	Template sender,
	PluginPreRenderEventArgs e
)

Parameters

sender
Type: NetQuarryTemplate
The template.
e
Type: NetQuarryPluginPreRenderEventArgs
The event args.
See Also