EAPUtilRegisterDocReadyScript Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void RegisterDocReadyScript(
Page pg,
string name,
string script
)
Public Shared Sub RegisterDocReadyScript (
pg As Page,
name As String,
script As String
)
Parameters
- pg
- Type: System.Web.UIPage
The page on which to register the script. - name
- Type: SystemString
The name of the script. - script
- Type: SystemString
The script.
See Also