You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Form Handling in Blazor SSR - Automatic binding using [SupplyParameterFromForm]
1
+
# Form Handling in Blazor SSR - Automatic binding using EditForm and [SupplyParameterFromForm]
2
2
3
-
This example shows how to perform automatic data binding for a form `POST` request using `[SupplyParameterFromForm]`.
3
+
This example shows how to perform automatic data binding for a form `POST` request using `<EditForm/>` and `[SupplyParameterFromForm]`. `EditForm` will generate the antiforgery token so there is no need to include `<AntiforgeryToken/>` component manually.
0 commit comments