Hands-On Full:Stack Web Development with ASP.NET Core
上QQ阅读APP看书,第一时间看更新

Views

The views in MVC applications are responsible for generating the output for a request, containing mainly HTML content. ASP.NET Core MVC views are built with a special markup language named Razor—a mix of static HTML and dynamic C# code.