gpt4 book ai didi

c# - ApiController 中的 Request.AnonymousID

转载 作者:太空狗 更新时间:2023-10-30 01:05:10 25 4
gpt4 key购买 nike

我正在使用 MVC 4 Web API 和匿名识别模块来为我的应用程序中的购物车识别匿名用户。这是我添加到我的 web.config 文件中的值:

<anonymousIdentification enabled="true" />

我可以在普通 Controller 中访问 Request.AnonymousID,但不能在 ApiController 中访问。我怎样才能访问它?

最佳答案

添加以下using语句

using System.Web;

然后使用:

HttpContext.Current.Request.AnonymousID

关于c# - ApiController 中的 Request.AnonymousID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20026430/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com