Passing OData query options in request body with .Net 8.0 #1157
-
I need to implement OData using HttpPost to retrieve data.
I receive a 404 status code. Below is the code for the test application: Program.cs
Movie.cs
and MoviesController.cs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@Ivan-Leshchanka Add |
Beta Was this translation helpful? Give feedback.
@Ivan-Leshchanka Add
app.UseODataQueryRequest();
beforeapp.UseRouting();
in startup or program.cs