Posts by jvitor83 • 136 points
1 post
-
2
votes1
answer94
viewsA: Customizing URI templates using Odata
In Asp.Net Core you have to set up like this: app.UseMvc(b => { var odataOptions = new Microsoft.AspNet.OData.ODataOptions() { UrlKeyDelimiter = ODataUrlKeyDelimiter.Slash };…