How do I decode a URL that was encoded with MVC's Url.Encode(string url)
Actually it should be HttpUtility.UrlDecode, not HttpServerUtility.
HttpServerUtility.UrlDecode
HttpUtility.UrlDecode(Parameter);
Actually it should be HttpUtility.UrlDecode, not HttpServerUtility.
HttpServerUtility.UrlDecode
HttpUtility.UrlDecode(Parameter);