summaryM:DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(System.Web.UI.Page,System.String,System.String)

Namespace: DotNetNuke.UI.Utilities
Assembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)

Syntax

C#
public static void RegisterClientScriptBlock(
	Page objPage,
	string key,
	string strScript
)
Visual Basic
Public Shared Sub RegisterClientScriptBlock ( 
	objPage As Page,
	key As String,
	strScript As String
)

Parameters

objPage
Type: System.Web.UI..::..Page
paramobjPageM:DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(System.Web.UI.Page,System.String,System.String)
key
Type: System..::..String
paramkeyM:DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(System.Web.UI.Page,System.String,System.String)
strScript
Type: System..::..String
paramstrScriptM:DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(System.Web.UI.Page,System.String,System.String)

See Also