PagePropertiesClientHtmlBlock Property |
A block of HTML that will be added to the page using the .Net RegisterClientScriptBlock() method.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ClientHtmlBlock { get; }
ReadOnly Property ClientHtmlBlock As String
Get
Property Value
Type:
StringA block of HTML that will be added to the page using the .Net RegisterClientScriptBlock() method.
See Also