summaryM:DotNetNuke.Common.Utilities.JavaScriptUtils.RegisterJavascriptVariable(System.String,System.Object,System.Web.UI.Page,System.Type)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void RegisterJavascriptVariable(
	string variableName,
	Object value,
	Page page,
	Type type
)
Visual Basic
Public Sub RegisterJavascriptVariable ( 
	variableName As String,
	value As Object,
	page As Page,
	type As Type
)

Parameters

variableName
Type: System..::..String
paramvariableNameM:DotNetNuke.Common.Utilities.JavaScriptUtils.RegisterJavascriptVariable(System.String,System.Object,System.Web.UI.Page,System.Type)
value
Type: System..::..Object
paramvalueM:DotNetNuke.Common.Utilities.JavaScriptUtils.RegisterJavascriptVariable(System.String,System.Object,System.Web.UI.Page,System.Type)
page
Type: System.Web.UI..::..Page
parampageM:DotNetNuke.Common.Utilities.JavaScriptUtils.RegisterJavascriptVariable(System.String,System.Object,System.Web.UI.Page,System.Type)
type
Type: System..::..Type
paramtypeM:DotNetNuke.Common.Utilities.JavaScriptUtils.RegisterJavascriptVariable(System.String,System.Object,System.Web.UI.Page,System.Type)

Implements

IJavaScriptUtils..::..RegisterJavascriptVariable(String, Object, Page, Type)

See Also