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

30 lines
633 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
2016-11-17 08:24:57 +08:00
title: Controllers | 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: aef3982c-3b42-4464-8d5d-388c36701f6c
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/controllers/index
---
# Controllers
* [Controllers, Actions, and Action Results](actions.md)
* [Routing to Controller Actions](routing.md)
* [Filters](filters.md)
* [Dependency Injection and Controllers](dependency-injection.md)
* [Testing Controller Logic](testing.md)
* [Areas](areas.md)
* [Working with the Application Model](application-model.md)