AspNetCore.Docs/aspnetcore/tutorials/first-mvc-app-xplat/validation.md

20 lines
518 B
Markdown
Raw Normal View History

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.
ms.author: riande
manager: wpickett
ms.date: 04/13/2017
ms.topic: get-started-article
2017-04-14 06:01:09 +08:00
ms.technology: aspnet
ms.prod: asp.net-core
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)