C#:解码cookie
我遇到了库的问题,现在我编写了一个程序来读取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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将命名空间添加到您的项目引用中。
右键单击参考文献->添加参考-> .NET->选择
System.Web
->单击添加Add the namespace to your project references.
Right click on references -> add reference -> .NET -> Select
System.Web
-> click add