ToQueryString(NameValueCollection)
|
Converts the name and values of a NameValueCollection
to a formatted web-request query string.
Consider this method to be the opposite of ParseQueryString(String).
|
ToQueryString(NameValueCollection, String)
|
Converts the name and values of a NameValueCollection
to a formatted web-request query string.
Consider this method to be the opposite of ParseQueryString(String).
|
ToQueryString(NameValueCollection, Uri)
|
Converts the name and values of a NameValueCollection
to a formatted web-request query string.
Consider this method to be the opposite of ParseQueryString(String).
|