I don’t know, Why do we use Server.UrlEncode() & Server.UrlDecode()?!
in QueryString we see anything in URL, so why do we want encode or decode them?
I don’t know, Why do we use Server.UrlEncode() & Server.UrlDecode() ?! in QueryString we
Share
Also, I think you are talking about
HttpServerUtility.UrlDecodemethod which decodes the encoded string and returnes you back the original string.More info …
Server.URLEncode
HttpServerUtility.UrlDecode