Skip to content

Commit d736320

Browse files
authored
Removed @ symbol in OnSubmit (#18333)
1 parent 7520f42 commit d736320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/blazor/forms-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In the following example:
191191
* Additional code is run depending on the result of the client- and server-side validation by checking `isValid`.
192192

193193
```razor
194-
<EditForm EditContext="@editContext" OnSubmit="@HandleSubmit">
194+
<EditForm EditContext="@editContext" OnSubmit="HandleSubmit">
195195
196196
...
197197

0 commit comments

Comments
 (0)