May 2021
Intermediate to advanced
832 pages
25h 39m
English
This chapter covers
DataAnnotations validation attributeDataAnnotations validation framework with an alternativeIn the previous chapter, you learned how to customize and extend some of the core systems in ASP.NET Core: configuration, dependency injection, and your middleware pipeline. These components form the basis of all ASP.NET Core apps. In this chapter we’re focusing on Razor Pages and MVC/API controllers. You’ll learn how to build custom components that work with Razor views. You’ll also learn how to build components that work with the validation framework used by both ...