Click or drag to resize

PageElementPropertiesWizMiniDetail_ClientScriptBlock Property

A block of javascript (typically function declarations) that will be added to the page using the .Net RegisterClientScriptBlock() method, but wrapped in a <script></script> block.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string WizMiniDetail_ClientScriptBlock { get; }

Property Value

Type: String
A block of javascript (typically function declarations) that will be added to the page using the .Net RegisterClientScriptBlock() method, but wrapped in a <script></script> block.
See Also