convering a space to %20 and vice versa.

  • Thread starter Thread starter Sagaert Johan
  • Start date Start date
S

Sagaert Johan

What or where can i find a function to convert characters not allowed in a
html file eg : > converts to > space converts to
 

Also the conversion used in url links where a space converts to %20


Did'nt find it in some html related namespaces (yet)

Johan
 
HttpServerUtility.HtmlEncode(...)
HttpServerUtility.UrlEncode(...)
HttpServerUtility.UrlPathEncode(...)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top