This change introduces ControllerContext for inside of Controllers, and controller-specific extensibility points. ControllerContext carries with it the model binding infrastructure needed to do all of the things that controllers need to do. |
||
|---|---|---|
| .. | ||
| HomeController.cs | ||
| InlineConstraints_Isbn10Controller.cs | ||
| InlineConstraints_Isbn13Controller.cs | ||
| ProductsController.cs | ||
| StoreController.cs | ||
| UsersController.cs | ||