Parses the input string into a NameValueCollection.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim responseString As String
Dim undoCallbackEscapes As Boolean
Dim value As NameValueCollection
value = Utility.ParseStringIntoNameValueCollection(responseString, undoCallbackEscapes) |
Parameters
- responseString
- String value, typically created on the client as part of the callback request.
- undoCallbackEscapes
- Indicates whether the parameters should be un-escaped for callback placeholder text
Return Value
NameValueCollection with the names and values from the callback request string.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also