PluginPreRenderEventArgsBody Property |
Gets/sets the plugin HTML. When the event is fired this will be the
Template body expanded
for template markers. An extension may modify this HTML in which case the field will use the modified HTML.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Body { get; set; }
Public Property Body As String
Get
Set
Property Value
Type:
StringSee Also