config.Routes.MapHttpRoute( name: "ActionApi1", routeTemplate: "api/{controller}/{id}/{page}", defaults: new { controller = "", action = "GET", page= RouteParameter.Optional } );
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)