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

27 lines
561 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Controllers
author: rick-anderson
ms.author: riande
manager: wpickett
ms.date: 10/14/2016
ms.topic: article
ms.assetid: aef3982c-3b42-4464-8d5d-388c36701f6c
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)