244 Views
In this article, we will learn about the ApiController attribute and the features it brings to our Web API controllers. Let's get started. By annotating our API controllers with ApiController, we get features and behaviors that are focused on improving developer experience by reducing the amount of boilerplate code in our controllers.
0 comments