DotnetCore

varma36a - Jul 12 '23 - - Dev Community

[FromQuery] - Gets values from the query string.
[FromRoute] - Gets values from route data.
[FromForm] - Gets values from posted form fields.
[FromBody] - Gets values from the request body.
[FromHeader] - Gets values from HTTP headers.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .