summaryM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)
Syntax
| C# |
|---|
public static bool IsClientScriptBlockRegistered( Page objPage, string key ) |
| Visual Basic |
|---|
Public Shared Function IsClientScriptBlockRegistered ( objPage As Page, key As String ) As Boolean |
Parameters
- objPage
- Type: System.Web.UI..::..Page
paramobjPageM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)
- key
- Type: System..::..String
paramkeyM:DotNetNuke.UI.Utilities.ClientAPI.IsClientScriptBlockRegistered(System.Web.UI.Page,System.String)