dotnet / dotnet/aspnetcore

Provide an option to enable enhanced form handling by default

Open
#51,295 8 comments 1 reaction 0 assignees View on GitHub
area-blazor enhancement feature-blazor-enhanced-form-post Pillar: Complete Blazor Web Priority:3
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

We disabled enhanced form handling by default in .NET 8 because of concerns that posting a form could fail if it's directed at a non-Blazor endpoint and a POST request cannot safely by retried without the enhancement. But for most cases enhanced form handling is what you want. We should consider providing a global option to enable enhanced form handling for users that are familiar with the feature and want the convenient default behavior.

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.