Nested paths routing

Applies To:# OData WebApi v7.5 for .NET CoreOData WebApi v7.5 for dot NET Core OData AspNetCore WebApi V7.5

Starting with Microsoft.AspNetCore.OData v7.5.9, you can use the [EnableNestedPaths] attribute to handle routing of nested GET requests using a single Get() controller action, and the query transformations needed to fetch the data requesed in the path will be applied automatically. Visit Automatic nested paths guide to learn more about the feature.