Skip to Main Content
Pro ASP.NET MVC 4, Fourth Edition
book

Pro ASP.NET MVC 4, Fourth Edition

by Adam Freeman
January 2013
Beginner to intermediate content levelBeginner to intermediate
756 pages
19h 59m
English
Apress
Content preview from Pro ASP.NET MVC 4, Fourth Edition

CHAPTER 22

Image

Model Binding

Model binding is the process of creating .NET objects using the data sent by the browser in an HTTP request. We have been relying on the model binding process each time we have defined an action method that takes a parameter—the parameter objects are created by model binding. In this chapter, we’ll show you how the model binding system works and demonstrate the techniques required to customize it for advanced use.

Preparing the Example Project

For this chapter, we have created a new Visual Studio MVC project called MvcModels using the Basic template option. We will be using the same model class that you have seen in previous ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Professional ASP.NET MVC 4

Professional ASP.NET MVC 4

Jon Galloway, Phil Haack, Brad Wilson, K. Scott Allen, Scott Hanselman
Pro ASP.NET MVC 3 Framework, Third Edition

Pro ASP.NET MVC 3 Framework, Third Edition

Adam Freeman, Steven Sanderson
Professional ASP.NET MVC 2

Professional ASP.NET MVC 2

Jon Galloway, Phil Haack, Scott Hanselman, Scott Guthrie, Rob Conery
ASP.NET MVC 4 in Action

ASP.NET MVC 4 in Action

Matthew Hinze, Jeremy Skinner, Jeffrey Palermo, James Bogard, Eric Hexter

Publisher Resources

ISBN: 9781430242369Purchase book