2017-04-14 06:01:09 +08:00
|
|
|
---
|
2017-07-01 07:47:15 +08:00
|
|
|
title: Adding Validation
|
2017-04-14 06:01:09 +08:00
|
|
|
author: rick-anderson
|
|
|
|
description: How to add validation to a simple ASP.NET Core app.
|
|
|
|
manager: wpickett
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.author: riande
|
2017-04-14 06:01:09 +08:00
|
|
|
ms.date: 04/13/2017
|
|
|
|
ms.prod: asp.net-core
|
2018-01-29 23:21:31 +08:00
|
|
|
ms.technology: aspnet
|
|
|
|
ms.topic: get-started-article
|
2017-04-14 06:01:09 +08:00
|
|
|
uid: tutorials/first-mvc-app-xplat/validation
|
|
|
|
---
|
|
|
|
|
|
|
|
[!INCLUDE[validation](../../includes/mvc-intro/validation.md)]
|
|
|
|
|
|
|
|
>[!div class="step-by-step"]
|
2017-04-15 01:46:51 +08:00
|
|
|
[Previous - Add a field](new-field.md)
|
|
|
|
[Next - Examine the Details and Delete methods](xref:tutorials/first-mvc-app/details)
|
2017-04-14 07:50:55 +08:00
|
|
|
|