File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/wwwroot/App_Start/WebApiConfig.cs
using System;
using System.Linq;
using System.Web.Http;
namespace CMS.Mvc
{
/// <summary>
/// Class providing manipulation with the application API routes.
/// </summary>
public static class WebApiConfig
{
/// <summary>
/// Registers the specified config.
/// </summary>
/// <param name="config">The http configuration</param>
public static void Register(HttpConfiguration config)
{
/*
* Add your WebApi routes registration here
*
* Add a reference for the System.Net.Http and System.Net.Http.WebRequest libraries from the Lib/MVC/ if needed.
*/
}
}
}