October 2018
Beginner to intermediate
478 pages
10h 8m
English
The data that is carried with an HTTP request that is mapped to parameters that you define in your method's, signature in a process called Model binding. The HTTP request can contain data inside the various parts that compose it:
ASP.NET Core's model binding defines the rules of how to map each value to its correct method parameter.
We already saw how to bind route tokens to method parameters in the Routing section of this chapter, so we won't repeat ourselves, and will instead concentrate on the other types of bindings.
Read now
Unlock full access