Summary
In this module, you learned the basics of Razor Pages. You learned how to create a Razor Page, add a model, and add a page handler. You also learned how to use tag helpers to bind HTML elements to model properties and to generate URLs. Additionally, you learned how to use dependency injection to inject a service into a Razor Page.
Next steps
Take a deeper dive into the documentation. The following ASP.NET Core features and concepts were introduced in this module:
- Razor Pages
- Razor syntax reference
- Tag Helpers
- Partial views
- Layout
- Routing
- Dependency injection
- Make HTTP requests using a typed client pattern