tags:

views:

155

answers:

1

I'm surprised the UrlHelper provides an encoder but not a decoder! Does anyone have the code for decoding or know where to find it in the MVC framework?

+5  A: 

HttpServerUtility.UrlDecode

Yuriy Faktorovich