I am using BLAZOR Razor Component. I want to use Navigation Manager to transfer data (a JSON string or model data) from the Razor component to the MVC Controller via the POST method.
I have tried
POSTJSONASYNC Method but Navigation Manager Work Seperateltly. My Requirement is to Transfer the data with Navigation Manager in POST Method.