There is a lot of information online about reading query strings in Blazor. This involves using the GET method. But what if I need to get data not from the query string, but from the body of the request sent by the POST method to the address of the Blazor component? How can you get the request body in this case for further work with it?
↧