2017-06-23 10:04:21 +08:00
|
|
|
---
|
2018-06-25 22:25:24 +08:00
|
|
|
title: Add a new field to an ASP.NET Core app
|
2017-06-23 10:04:21 +08:00
|
|
|
author: rick-anderson
|
|
|
|
description: Shows you how to add an new field to an exiting ASP.NET Core EF/MVC app.
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-06-23 10:04:21 +08:00
|
|
|
ms.date: 04/14/2017
|
2018-01-29 23:21:31 +08:00
|
|
|
uid: tutorials/first-mvc-app-mac/new-field
|
2017-06-23 10:04:21 +08:00
|
|
|
---
|
|
|
|
|
2018-04-05 07:51:35 +08:00
|
|
|
[!INCLUDE [adding-field](../../includes/mvc-intro/new-field.md)]
|
2017-06-23 10:04:21 +08:00
|
|
|
|
2018-04-05 07:51:35 +08:00
|
|
|
> [!div class="step-by-step"]
|
|
|
|
> [Previous - Add search](search.md)
|
|
|
|
> [Next - Add validation](validation.md)
|