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.
Iam は、mvc フレームワークにある nopcommerce2.2 プロジェクトで作業しています。aspx ページで現在の顧客 ID を取得したかったのです。nopcommerce2.2 で現在の顧客情報を取得できますか?
使用するnew WebWorkContext().CurrentCustomer
new WebWorkContext().CurrentCustomer
IWebHelper の依存関係をコンストラクターに追加し、CurrentCustomer プロパティを使用します。