I want to add some querystrings to httpwebrequest, however I cannot find any property? I remembered there is a QueryString dictionary which I can use before.
I want to add some querystrings to httpwebrequest, however I cannot find any property?
Share
The best way to add a query string is as follows:
Remember: If you’re using user input to construct the Uri, ensure that you validate it, escape it and don’t trust it.