summaryM:DotNetNuke.UI.Utilities.ClientAPI.SerializeClientVariableDictionary(System.Web.UI.Page,System.Collections.Generic.Dictionary{System.String,System.String})

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

Syntax

C#
public static void SerializeClientVariableDictionary(
	Page objPage,
	Dictionary<string, string> objDict
)
Visual Basic
Public Shared Sub SerializeClientVariableDictionary ( 
	objPage As Page,
	objDict As Dictionary(Of String, String)
)

Parameters

objPage
Type: System.Web.UI..::..Page
paramobjPageM:DotNetNuke.UI.Utilities.ClientAPI.SerializeClientVariableDictionary(System.Web.UI.Page,System.Collections.Generic.Dictionary{System.String,System.String})
objDict
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
paramobjDictM:DotNetNuke.UI.Utilities.ClientAPI.SerializeClientVariableDictionary(System.Web.UI.Page,System.Collections.Generic.Dictionary{System.String,System.String})

See Also