39 lines
797 B
Markdown
39 lines
797 B
Markdown
|
---
|
||
|
title: Views
|
||
|
author: rick-anderson
|
||
|
ms.author: riande
|
||
|
manager: wpickett
|
||
|
ms.date: 10/14/2016
|
||
|
ms.topic: article
|
||
|
ms.assetid: 0945327b-f295-49e6-8969-54828e297bae
|
||
|
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)
|