C#:解码cookie

发布于 2024-11-17 05:05:48 字数 273 浏览 2 评论 0原文

我遇到了库的问题,现在我编写了一个程序来读取cookie,并且一些cookie正在被编码,所以我需要对它们进行解码,并且我知道我必须使用库System.Web.HttpUtility.UrlEncode来解码cookie,但是每当我输入时使用 System.Web.HttpUtility.UrlEncode 我没有得到任何库,它只是停止在使用 System.Web;仅此而已,没有网络订阅。我正在使用.netframe2,我在.netframework4上尝试过,但没有成功。我不使用 ASP,我使用控制台应用程序。提前非常感谢。

i got problem with libraries , now i write a program to read cookies and some cookies are being encoded so i need to decode them and i know that i must use the library System.Web.HttpUtility.UrlEncode to decode the cookies but whenever i type Using System.Web.HttpUtility.UrlEncode i get no library it just stop at Using System.Web; nothing more no subs of Web . i am using .net frame2 and i tried that on .net framework 4 and didn`t work . i dont use ASP i use a console application . and thanks a lot in advance .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

探春 2024-11-24 05:05:48

将命名空间添加到您的项目引用中。

右键单击参考文献->添加参考-> .NET->选择System.Web ->单击添加

Add the namespace to your project references.

Right click on references -> add reference -> .NET -> Select System.Web -> click add

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文