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

16 lines
432 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.
2018-01-29 23:21:31 +08:00
ms.author: riande
2017-04-14 06:01:09 +08:00
ms.date: 04/13/2017
uid: tutorials/first-mvc-app-xplat/validation
---
2018-04-05 07:51:35 +08:00
[!INCLUDE [validation](../../includes/mvc-intro/validation.md)]
2017-04-14 06:01:09 +08:00
2018-04-05 07:51:35 +08:00
> [!div class="step-by-step"]
> [Previous - Add a field](new-field.md)
> [Next - Examine the Details and Delete methods](xref:tutorials/first-mvc-app/details)