2017-02-04 05:40:22 +08:00
|
|
|
---
|
2017-03-28 09:35:25 +08:00
|
|
|
uid: mvc/overview/older-versions-1/views/index
|
2017-02-04 05:40:22 +08:00
|
|
|
title: "ASP.NET MVC Views | Microsoft Docs"
|
|
|
|
author: rick-anderson
|
|
|
|
description: "This set of tutorials provides a brief introduction to ASP.NET MVC views, view data, and HTML helpers."
|
2018-08-15 06:27:54 +08:00
|
|
|
ms.author: riande
|
2017-02-04 05:40:22 +08:00
|
|
|
ms.date: 09/28/2011
|
|
|
|
ms.assetid: c2dea264-0d8c-4216-bbe5-70d2421597b0
|
|
|
|
msc.legacyurl: /mvc/overview/older-versions-1/views
|
|
|
|
msc.type: chapter
|
|
|
|
---
|
|
|
|
ASP.NET MVC Views
|
|
|
|
====================
|
|
|
|
> This set of tutorials provides a brief introduction to ASP.NET MVC views, view data, and HTML helpers.
|
|
|
|
|
|
|
|
|
|
|
|
- [ASP.NET MVC Views Overview (C#)](asp-net-mvc-views-overview-cs.md)
|
|
|
|
- [Creating Custom HTML Helpers (C#)](creating-custom-html-helpers-cs.md)
|
|
|
|
- [TagBuilder Class to Build HTML Helpers (C#)](using-the-tagbuilder-class-to-build-html-helpers-cs.md)
|
|
|
|
- [Creating Page Layouts with View Master Pages (C#)](creating-page-layouts-with-view-master-pages-cs.md)
|
|
|
|
- [Passing Data to View Master Pages (C#)](passing-data-to-view-master-pages-cs.md)
|
|
|
|
- [ASP.NET MVC Views Overview (VB)](asp-net-mvc-views-overview-vb.md)
|
|
|
|
- [Creating Custom HTML Helpers (VB)](creating-custom-html-helpers-vb.md)
|
|
|
|
- [TagBuilder Class to Build HTML Helpers (VB)](using-the-tagbuilder-class-to-build-html-helpers-vb.md)
|
|
|
|
- [Creating Page Layouts with View Master Pages (VB)](creating-page-layouts-with-view-master-pages-vb.md)
|
2017-09-20 15:36:55 +08:00
|
|
|
- [Passing Data to View Master Pages (VB)](passing-data-to-view-master-pages-vb.md)
|