In .net core 2.1,
On HTTP post endpoint,
Is it possible to read query string parameter from body?
sample request body:
name="zakie"&country="uswest"&state="california"
In .net core 2.1,
On HTTP post endpoint,
Is it possible to read query string parameter from body?
sample request body:
name="zakie"&country="uswest"&state="california"
Copyright © 2021 Jogjafile Inc.
You could custom TextInputFormatter like below:
Test Model:
Controller:
Register the service:
Result: