Skip to content

Commit ed1499a

Browse files
Update validation.md
1 parent cf0b94e commit ed1499a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aspnetcore/tutorials/razor-pages/validation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Optional, test server-side validation:
8787
return Page();
8888
}
8989
```
90+
91+
Alternatively, you can [Disable client-side validation on the server](xref:mvc/models/validation#disable-client-side-validation).
9092

9193
The following code shows a portion of the *Create.cshtml* page scaffolded earlier in the tutorial. It's used by the Create and Edit pages to display the initial form and to redisplay the form in the event of an error.
9294

0 commit comments

Comments
 (0)