Yes, ASP.NET Web API is bundled with ASP.NET MVC framework but still it can be used with ASP.NET Web Form. It can be done in three simple steps as follows:
- Create a Web API Controller
- Add a routing table to
Application_Start
method of Global.asax - Make a jQuery AJAX Call to Web API method and get data