Click here to Skip to main content
15,911,132 members
Articles / Web Development / ASP.NET

ASP.NET Web API Parameter vs Model Binding

Rate me:
Please Sign up or sign in to vote.
4.79/5 (6 votes)
16 Aug 2021CPOL1 min read 9.3K   10  
The differences between parameter and model binding with ASP.NET WebAPI
ASP.NET provides the ability to send values to a method on a controller. This is called binding. The two main types of binding are parameter and model. This article is a quick review on using both types of binding.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Paycor, Inc
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions