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