Click or drag to resize

EAPUtilRegisterClientHtmlBlock Method

Register an HTML block (not script) with the page. Use RegisterClientScriptBlock(Page, String, String), RegisterClientScriptFile(Page, String, String), and RegisterStartupScript(Page, String, String) to register javascript on the page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void RegisterClientHtmlBlock(
	Page pg,
	string name,
	string html
)

Parameters

pg
Type: System.Web.UIPage
The page on which to register the script
name
Type: SystemString
The name of the block
html
Type: SystemString
The HTML block
See Also