Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web では c# を使用するのは簡単です
System.Web.HttpUtility.HtmlDecode()
しかし、今はwinformアプリケーションを使用していて、Htmlエスケープ値を変換する必要がありますか?
System.Web ライブラリを参照して使用するだけです
プロジェクト参照に追加すると、メソッドSystem.Webを使用できるようになります。HttpUtility.HtmlDecode
System.Web
HttpUtility.HtmlDecode
dllへのプロジェクト参照を追加するだけで、System.Webそれを使用できるようになります。