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.
HttpUtility.HtmlEncode()
Server.HtmlEncode()
1) それらは同じです。
2) 利便性の問題です。たとえば、Server.HtmlEncode() は実行時に Web ページから簡単に利用できますが、HttpUtility.HtmlEncode() はどこからでも使用できる静的メソッドです。
これを見て
スタックオーバーフロー
これも役立つかもしれません
コードプロジェクト
この助けを願っています!