Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 472 Bytes

File metadata and controls

6 lines (5 loc) · 472 Bytes

ASP.NET Web API with OData Conventions Example

This example project illustrates using ASP.NET Core with OData by applying API version metadata with conventions instead of attributes. This approach is useful if you prefer not to decorate controllers with API versions or in a scenario where you might not have the ability to apply attributes yourself, such as in a plug-in model. Launch the project and try the example requests to view an API in action.