request validation, I can use Joi, validator js etc for very complex request validation.
My question is that is there any good way/library for asp dotnet core webapi to make request validation?
What kind of validation like the length restraints, regex based validation of email and stuff?
Yes. these are included. But I need more complex validations like json array, object validation from request body. Also, In nest JS, the global validation layer is completely separated from controllers and services. Are these achieveable in asp dotnet core webapi?
Обсуждают сегодня