عنوان:

‫بایندینگ به شیوه ASP.NET MVC در ASP.NET WEB API


نویسنده: سالار ربال
تاریخ: ۱۳۹۵/۰۳/۳۱ ۵:۴۵
آدرس: www.dntips.ir

This lets you do things that you can’t do in WebAPI’s default binder, specifically:

  1. ModelBinds everything, including the body. Assumes the body is FormUrl encoded
  2. This means you can do MVC scenarios where a complex type is bound with one field from the query string and one field from the form data in the body.
  3. Allows multiple parameters to be bound from the body. 


مشاهده مطلب اصلی