使用WebMethod读取cookie但没有Request.Cookies集合

Si *_*Kim 3 asp.net cookies webmethod

我试图在没有回复的情况下阅读cookie.我使用WebMethod来保存cookie,但无法找到检索它的方法.出于某种原因,我找不到Request.Cookies集合,以便我可以检索它的值.任何帮助将不胜感激!

Ali*_*ghi 9

在您的网络方法中使用它

HttpContext.Current.Request.Cookies
Run Code Online (Sandbox Code Playgroud)