关于[Custom validation logic on client AND server with Blazor?]的摘要:
Blazor has some pretty handy built-in support for validating your forms. You can use the DataAnnotations validator and decorate your model classes with attributes like [Required] or go a step further and wire up more involved validation rules using tools like FluentValidation.
原文地址: https://jonhilton.net/blazor-client-server-validation-with-fluentvalidation/