How to get the request body from a request using Web Api Project with .NET 8?
I’m trying to read the body of a request but I always get an empty string, I’m using Asp.Net Web Api with .Net 8.0 and I do this based on the following code:
How to create custom parameter attribute FromActionArguments in C# like FromQuery?
I would like to create attribute that will tell that parameter should be filled from action arguments, not from query, route, header or body.