How do I decode a URL parameter using C#?

Viewed 211053

How can I decode an encoded URL parameter using C#?

For example, take this URL:

my.aspx?val=%2Fxyz2F
5 Answers
Related