Http query string special characters
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all! I want to pass some special characters to my http query string for example " ", "." or somth. like that. Does anybody knows some standart ASP.NET funcations to make this thing? P.S. i'am using C# xedom developers team
-
Hi all! I want to pass some special characters to my http query string for example " ", "." or somth. like that. Does anybody knows some standart ASP.NET funcations to make this thing? P.S. i'am using C# xedom developers team
Hi there. I think you're looking for the HttpServerUtility.UrlEncode()[^] method.