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

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

Syntax

C#
public static string GetClientVariable(
	Page objPage,
	string strVar,
	string strDefaultValue
)
Visual Basic
Public Shared Function GetClientVariable ( 
	objPage As Page,
	strVar As String,
	strDefaultValue As String
) As String

Parameters

objPage
Type: System.Web.UI..::..Page
paramobjPageM:DotNetNuke.UI.Utilities.ClientAPI.GetClientVariable(System.Web.UI.Page,System.String,System.String)
strVar
Type: System..::..String
paramstrVarM:DotNetNuke.UI.Utilities.ClientAPI.GetClientVariable(System.Web.UI.Page,System.String,System.String)
strDefaultValue
Type: System..::..String
paramstrDefaultValueM:DotNetNuke.UI.Utilities.ClientAPI.GetClientVariable(System.Web.UI.Page,System.String,System.String)

Return Value

returnsM:DotNetNuke.UI.Utilities.ClientAPI.GetClientVariable(System.Web.UI.Page,System.String,System.String)

See Also