Learn model binding in minimal APIs, covering binding of simple and complex types, handling nullable types, and special types like services. This will enable effective handling of user input in your applications.
Filter TODO Items by Status using Query Parameters
Binding Parameters for Pagination
Explicitly Bind Query Parameters with [FromQuery]
Fix Your Minimal API Query and Paging
Enhance API with Route, Query, and Header Binding
Binding Complex Data Types to the JSON body
Change Id Type in Todo Record
Fix the Todo Endpoint Bug
Adding Meaningful Default Values
Flexible API with Optional Parameters
Make a Query Parameter Optional
Implementing Optional Request Body Handling
Binding HttpContext
Bind HttpRequest Directly
Extract Query Parameters from HttpRequest