Skip to content

Commit e014937

Browse files
authored
Updates
1 parent 3fb9899 commit e014937

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

aspnetcore/blazor/forms/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,11 @@ In Blazor Web Apps, client-side validation requires an active Blazor SignalR cir
436436

437437
All of the [data annotation built-in validators](xref:mvc/models/validation#built-in-attributes) are supported in Blazor except for the [`[Remote]` validation attribute](xref:mvc/models/validation#remote-attribute).
438438

439-
jQuery validation isn't supported for Razor components. For client-side validation, we recommend any of the following approaches:
439+
jQuery validation isn't supported in Razor components. We recommend any of the following approaches:
440440

441-
* For either a Blazor Web App that adopts interactive rendering or a standalone Blazor Web Assembly app, follow the guidance in <xref:blazor/forms/validation>.
441+
* Follow the guidance in <xref:blazor/forms/validation> for either:
442+
* Server-side validation in a Blazor Web App that adopts interactive rendering.
443+
* Client-side validation in a standalone Blazor Web Assembly app.
442444
* Use native HTML validation attributes (see [Client-side form validation (MDN documentation)](https://developer.mozilla.org/docs/Learn/Forms/Form_validation)).
443445
* Adopt a third-party validation JavaScript library.
444446

0 commit comments

Comments
 (0)