EAPUtilRegisterStartupScript Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static void RegisterStartupScript(
Page pg,
string name,
string script
)
Public Shared Sub RegisterStartupScript (
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 block (without the script start and end tags)
See Also