dotnet / dotnet/aspnetcore

Support binding data from a GET based form

Open
#49,546 2 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.