Ads block

Banner 728x90px
Showing posts with label WebAPI. Show all posts
Showing posts with label WebAPI. Show all posts

Web API Filters


Web API Filters Web API includes filters to add extra logic before or after action method executes. Filters can be used to provide cross-cutting features s…
Read more »

Media-Type Formatters


Media-Type Formatters
ASP.NET Web API: Media-Type Formatters As you have seen in the previous section that Web API handles JSON and XML formats based on Accept and Content-Type …
Read more »

Data Formats


Data Formats
Web API Request/Response Data Formats Here, you will learn how Web API handles different formats of request and response data. Media Type Media type (a…
Read more »

Action Method Return Type


Action Method Return Type
In the previous section, you learned about parameter binding with Web API action method. Here, you will learn about the return types of action methods which …
Read more »