Summary and official documentation

Summary

  • In this module, you examined the Razor Pages in an ASP.NET Core app

  • This app provided a UI for updating and deleting pizza listing

  • You added a product creation form, taking advantage of Razor Tag Helpers.

  • With Tag Helpers, you quickly added client-side and server-side validation.

  • You coded its PageModel class that provided a separation of concern for the page's logic operations and data properties.

Official documentation by Microsoft

Take a deeper dive into the documentation. The following ASP.NET Core features and concepts were introduced in this module:

Learn more with a .NET video series

Last updated