当前位置:  开发笔记 > 后端 > 正文

aspx.cs页面中的ASP.NET Webmethod无法访问Page.Request对象

如何解决《aspx.cs页面中的ASP.NETWebmethod无法访问Page.Request对象》经验,为你挑选了1个好方法。

有没有人知道如何使用aspx.cs页面中的[WebMethod]属性访问静态方法中的HttpRequest.Cookies?

它不会让我这样做,因为方法是静态的.

[WebMethod]
public static bool PostToTwitter(string identityUrl, string message, bool autoFollow)
{
  Page.Request.Cookies -- object reference is required for non-static field

谢谢!



1> adatapost..:

使用,

HttpContext.Current.Request.Cookies

推荐阅读
N个小灰流_701
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有