AspNetCore.Docs/aspnetcore/mvc/views/index.md

42 lines
874 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Views | Microsoft Docs
2016-10-29 01:35:15 +08:00
author: rick-anderson
2016-11-18 04:13:02 +08:00
description:
keywords: ASP.NET Core,
2016-10-29 01:35:15 +08:00
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: 0945327b-f295-49e6-8969-54828e297bae
2016-11-17 08:24:57 +08:00
ms.technology: aspnet
2016-10-29 01:35:15 +08:00
ms.prod: aspnet-core
uid: mvc/views/index
---
# Views
* [Views Overview](overview.md)
* [Razor Syntax Reference](razor.md)
* [Layout](layout.md)
* [Working with Forms](working-with-forms.md)
* [🔧 HTML Helpers](html-helpers.md)
* [Tag Helpers](tag-helpers/index.md)
* [Introduction to Tag Helpers](tag-helpers/intro.md)
* [Working with Forms](working-with-forms.md)
* [Authoring Tag Helpers](tag-helpers/authoring.md)
* [Partial Views](partial.md)
* [Dependency injection into views](dependency-injection.md)
* [View Components](view-components.md)
* [🔧 Creating a Custom View Engine](custom-view-engine.md)