Using UrlDecode from a WinForms Application

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?

+3
source share
1 answer

, , . .NET Framework, System.Web:

alt text

+7

Source: https://habr.com/ru/post/1767647/


All Articles