Erwin's Blog

Developing with .NET

Browse by Tags

All Tags » Framework (RSS)
Parse QueryString with the HttpUtility
If you have a querystring from for example the Uri class ( Uri.Query ) and you want to parse it so you can get al the params and values, instead of doing al lot of string manipulation you can use a very handy utility class, the HttpUtility . The HttpUtility...
Posted: Nov 21 2008, 12:45 PM by erwin21 | with 1 comment(s)
Filed under: ,
More Posts