ESRI.ArcGIS.ADF.Web.UI.WebControls
ParseStringIntoNameValueCollection Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackUtility Class : ParseStringIntoNameValueCollection Method




responseString
String value, typically created on the client as part of the callback request.
Parses the input string into a NameValueCollection.

Syntax

Visual Basic (Declaration) 
Public Shared Function ParseStringIntoNameValueCollection( _
   ByVal responseString As String _
) As NameValueCollection
Visual Basic (Usage)Copy Code
Dim responseString As String
Dim value As NameValueCollection
 
value = CallbackUtility.ParseStringIntoNameValueCollection(responseString)
C# 
public static NameValueCollection ParseStringIntoNameValueCollection( 
   string responseString
)

Parameters

responseString
String value, typically created on the client as part of the callback request.

Return Value

NameValueCollection with the names and values from the callback request string.

See Also

© 2010 All Rights Reserved.