I would like to parse a string such as p1=6&p2=7&p3=8
into a NameValueCollection
.
What is the most elegant way of doing this when you don’t have access to the Page.Request
object?
I would like to parse a string such as p1=6&p2=7&p3=8
into a NameValueCollection
.
What is the most elegant way of doing this when you don’t have access to the Page.Request
object?