Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 mvc 框架中的 nopcommerce2.2 项目中工作。我想在 aspx 页面中获取当前客户 ID。我可以在 nopcommerce2.2 中获取当前客户信息吗?
采用new WebWorkContext().CurrentCustomer
new WebWorkContext().CurrentCustomer
将 IWebHelper 的依赖项添加到您的构造函数并使用 CurrentCustomer 属性。