I am creating a test application that will work with string values of a query. I want to use HttpUtility.UrlDecode.
When I try to add a link to System.Web, System.Web does not appear in the list.
When I create a web project in the same solution, System.Web is automatically added.
I also tried referencing a web project from a winforms project, but this does not seem to work.
Does anyone know how I can use UrlDecode from a winforms application?
source
share