aspnetcore/test/WebSites/ValidationWebSite/README.md

7 lines
360 B
Markdown

ValidationWebSite
===
This web site illustrates how to add `ModelMetadataType` attribute and validate the models during model binding.
It also show how to validate models using the `TryValidateModel` API as well as how to use the `RemoteAttribute` as
part of validation. `RemoteAttribute` scenarios shown here all work in combination with attribute routing.