Returns a dictionary of QueryStrings that's easier to work with than GetQueryNameValuePairs KevValuePairs collection.
If you need to pull a few single values use GetQueryString instead.
public static Dictionary<String,String> GetQueryStrings(HttpRequestMessage request)
Parameters
request
See also:
Class HttpRequestMessageExtensions© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic