We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@
OnSubmit
1 parent 7520f42 commit d736320Copy full SHA for d736320
1 file changed
aspnetcore/blazor/forms-validation.md
@@ -191,7 +191,7 @@ In the following example:
191
* Additional code is run depending on the result of the client- and server-side validation by checking `isValid`.
192
193
```razor
194
-<EditForm EditContext="@editContext" OnSubmit="@HandleSubmit">
+<EditForm EditContext="@editContext" OnSubmit="HandleSubmit">
195
196
...
197
0 commit comments