Client-side Blazor supports DataAnnotations form validation out-of-the-box. It’s simple and intuitive but also very flexible. If needed, we can use the same mechanism to replace DataAnnotations validation with some other validation component. This blog post introduces form validation in Blazor applications and looks at an engine of validation mechanism.
Form validation in Blazor is experimental and subject to changes. This blog post is written using .NET Core 3.0 Preview 7.
Client-side Blazor supports DataAnnotations form validation out-of-the-box. It’s simple and intuitive but also very flexible. If needed, we can use the same mechanism to replace DataAnnotations validation with some other validation component. This blog post introduces form validation in Blazor applications and looks at an engine of validation mechanism.
Form validation in Blazor is experimental and subject to changes. This blog post is written using .NET Core 3.0 Preview 7. […]