25 lines
1.5 KiB
Markdown
25 lines
1.5 KiB
Markdown
|
---
|
||
|
title: "Understanding Controllers, Controller Actions, and Action Results | Microsoft Docs"
|
||
|
author: StephenWalther
|
||
|
description: "In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action res..."
|
||
|
ms.author: aspnetcontent
|
||
|
manager: wpickett
|
||
|
ms.date: 08/20/2008
|
||
|
ms.topic: article
|
||
|
ms.assetid: 2456a5da-d376-4d45-8275-9e0dc46bf7dd
|
||
|
ms.technology: dotnet-mvc
|
||
|
ms.prod: .net-framework
|
||
|
msc.legacyurl: /mvc/videos/mvc-2/how-do-i/understanding-controllers-controller-actions-and-action-results
|
||
|
msc.type: video
|
||
|
---
|
||
|
Understanding Controllers, Controller Actions, and Action Results
|
||
|
====================
|
||
|
by [Stephen Walther](https://github.com/StephenWalther)
|
||
|
|
||
|
In this tutorial, Stephen Walther introduces you to ASP.NET MVC controllers. You learn how to create new controllers and return different types of action results. For additional information about this video, read the "Understanding Controllers, Controller Actions, and Action Results" tutorial ([C#](../../../overview/older-versions-1/controllers-and-routing/aspnet-mvc-controllers-overview-cs.md), [VB](../../../overview/older-versions-1/controllers-and-routing/asp-net-mvc-controller-overview-vb.md)).
|
||
|
|
||
|
[▶ Watch video (11 minutes)](https://channel9.msdn.com/Blogs/ASP-NET-Site-Videos/understanding-controllers-controller-actions-and-action-results)
|
||
|
|
||
|
>[!div class="step-by-step"]
|
||
|
[Previous](aspnet-mvc-controller-overview.md)
|
||
|
[Next](understanding-views-view-data-and-html-helpers.md)
|