PreviousNext

ASP.NET Monsters #63: Model Binding in ASP.NET Core

by bill-s, 2016-09-24T07:00:58.000Z

Action parameters in ASP.NET Core MVC are automatically populated for you (as best they can be by the default model binder) from the incoming request using a series of conventions. You can bind primitives and complex types, lists, and even lists of complex types. Join Monster James as he walks through all of these concepts.

Read More