Part 11 – OData v4 in ASP.NET WebApi – Route Attributes
This is a series of blogs detailing my introduction to using OData v4 with C# and ASP.NET WebApi. The source code for the project can be found here. Conventional Routes I mentioned in previous blogs that if we name our controllers and actions in a specific way, an OData request will locate the right action. … More Part 11 – OData v4 in ASP.NET WebApi – Route Attributes