ASP.NET MVC2 第五章Ⅱ§5.2 Building the Shopping Cart§5.2.1 Defining the Cart Entity§5.2.2 Adding “Add to Cart” Buttons§5.2.3 Creating a Custom Model Binder§5.2.4 Creating CartController§5.2.5 Displaying the Cart§5.2.6 Displaying a Cart Summary in
§5.2 Building the Shopping Cart In this section, you’ll do the following: Expand your domain model to introduce the notion of a Cart, and work with a second controller class, CartController. Creat...