36. (ASP.NET Core 1.0 & MVC) Form Validation

preview_player
Показать описание
This Form Validation video is part of the ASP.NET Core 1.0 beginner programming tutorial course hosted by Steve Bishop, and covers validating forms with the data users send to the controller action, then returning error messages if there were problems with the model binding. Validating forms is a crucial step to making your web application design flow properly for the user experience. The ASP.NET Core 1.0 beginner course is a free .NET tutorial series that helps beginning programmers learn the basics of ASP.NET Core 1.0. These free ASP.NET Core programming tutorials cover a variety of basic topics such as downloading and installing ASP.NET Core, setup and configuration of ASP.NET Core, the MVC architecture, Razor View engine, ASP.NET Identity, Entity Framework 7.0, and other topics. After watching this beginner series on ASP.NET Core 1.0, you should be able to create your own website or web application.

Рекомендации по теме
Комментарии
Автор

whole series of great tutorials. Many Thanks!

sabinescholz
Автор

Hi, thanks for the great tutorials. How can add class property to the HTML helpers to add some css styles? Am I right with this or is there any other way?

@Html.LabelFor(m => m.Userid.UserEmail, "User Email", new { @class = "form-control-label" })

Artezko