We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set the URL to retrieve data from any action with GET or POST method: .URL(Url.Action("GetAll", "Person"), "POST")
.URL(Url.Action("GetAll", "Person"), "POST")
// TODO