You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Server side validation](#custom-validation) also needs to be implemented for clients that have disabled JavaScript.
156
+
Remote validation:
157
+
158
+
* Doesn't perform server-side validation after the form is submitted.
159
+
* Doesn't perform client-side checks if the client has disabled JavaScript. If the client-side validation check is required for form processing on the server, always implement separate server-side validation.
157
160
158
161
### Additional fields
159
162
@@ -429,6 +432,7 @@ The preceding approach won't prevent client-side validation of ASP.NET Core Iden
0 commit comments