Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: List<KeyValuePair<string, string>> ParseQueryValueParameters(TextReader)

Declaration

internal static List<KeyValuePair<string, string>> ParseQueryValueParameters(
    TextReader s
)

Summary

Decodes a URL-encoded stream of UTF-8 characters into key-value pairs.

Parameters

TextReaders Stream to read from.