Support binding data from a GET based form
Open
area-blazor
enhancement
Pillar: Complete Blazor Web
Priority:3
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
`SupplyParameterFromForm` currently only binds form data from the request body. But forms can also send data in the URL query string in a GET request. If you're trying to handle a form that does a GET request you currently have to use `SupplyParameterFromQuery`, which doesn't do complex model binding. It seems like we should provide a way to bind data from the query string so that we can handle any form data.
Contributor guide
Assessment
This issue has not been assessed yet.