EAPUtilRegisterClientHtmlBlock Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void RegisterClientHtmlBlock(
Page pg,
string name,
string html
)
Public Shared Sub RegisterClientHtmlBlock (
pg As Page,
name As String,
html As String
)
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