Replies: 1 comment
-
Hello @BISmb, To keep native POST in WASM, use a plain without Blazor event handlers like @onsubmit. Just a regular HTML form with method="post" and action works. always handles submits internally and won’t do native POST. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if anyone knows if
<form>
or<EditForm>
can be included on an[InteractiveWebAssembly]
page but also keep the form's native POST method. I am finding that the Blazor Web Assembly intercepts the form post method but the form post method works under SSR.Beta Was this translation helpful? Give feedback.
All reactions