标签: nopcommerce
我在mvc框架中的nopcommerce2.2项目中工作。我想在aspx页面中获取当前客户ID。我可以在nopcommerce2.2中获得最新的客户信息吗?
答案 0 :(得分:1)
使用new WebWorkContext().CurrentCustomer
new WebWorkContext().CurrentCustomer
答案 1 :(得分:0)
将IWebHelper的依赖项添加到构造函数中,并使用CurrentCustomer属性。