S

Simplygauri's Thus Said A Yogi

FREE online courses in Yoga Philosophy and Kriya Yoga.
Regular articles on Yoga and Spirituality.

  • Rated2.7/ 5
  • Updated 1 Year Ago

Automatic Model Validation and Parameter Binding using ApiController Attribute | BinaryIntellect Knowledge Base

Updated 6 Years Ago

While developing ASP.NET Core Web API you need to perform model validation manually. You also need to bind action parameters explicitly using attributes such as [FromBody]. The [ApiController] attribute introduced in ASP.NET Core 2.1 can automate both of these tasks for you. This article explains how.
Read More