Web API Attribute Routing | ASP.NET MVC content from Dev Pro
Route Prefixing In a controller with simpler responsibilities, one can adorn a controller with a RoutePrefix attribute, which lets actions be either undecorated specifically or brought into more detail. Here's an example: [RoutePrefix("author ......