-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion
Description
Hi,
I use web App blazor , in my form when i click on submit button the form is post to server and then refreshed page
for example : in login form when the input is not valid , i click on submit it's refresh page then show validation message field
i want disable reload page in blazor
how to do it ?
notice :
when i change render mode to interactiveServer it's Ok
but in renderModes Auto & WebAssembly is page is refreshed
why ? how to solve it ?
Metadata
Metadata
Assignees
Labels
✔️ Resolution: AnsweredResolved because the question asked by the original author has been answered.Resolved because the question asked by the original author has been answered.Status: Resolvedarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsquestion