vote up 1 vote down star

Hi

what c# class method can I use to URL encode a URL string?

In my use case I want to pass a URL string as a URL parameter itself. So like burying a URL within a URL. Without some encoding the "&" and "?" characters in the inner URL can get picked up when the parameters for the outer Url parameters are processed

thanks

flag

68% accept rate
Duplicate of this: stackoverflow.com/questions/1461223/… – Scott Lance Oct 1 at 22:40

2 Answers

vote up 11 vote down check

HttpUtility.UrlEncode

link|flag
vote up 2 vote down

HttpServerUtility.UrlEncode might be exactly what you are looking for.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.