Building Web User Interfaces Using ASP.NET Core
This chapter is about building web user interfaces with ASP.NET Core. You will learn about ASP.NET Core MVC views, Razor syntax, HTML and Tag Helpers, internationalizing your website, and how to use Bootstrap for quick user interface prototyping.
This chapter will cover the following topics:
- Setting up an ASP.NET Core MVC website
- Defining web user interfaces with Razor views
- Localizing and globalizing with ASP.NET Core
- Defining web user interfaces with Tag Helpers
- Output caching