Seo Forum & AI

Coding & Programming => Programming Forum => Topic started by: beingchinmay on 03-25-2017, 05:17:34

Title: What are Validation Annotations?
Post by: beingchinmay on 03-25-2017, 05:17:34
Data annotations are attributes you can find in the "System.ComponentModel.DataAnnotations" namespace. These attributes provide server-side validation, and the framework also supports client-side validation when you use one of the attributes on a model property. You can use four attributes in the DataAnnotations namespace to cover the common validation scenarios, Required, String Length, Regular Expression and Range.
Title: Re: What are Validation Annotations?
Post by: richardmsmith on 08-31-2018, 00:54:48
In the.Net Framework The System.ComponentModel.DataAnnotations namespace provides attribute classes that are used to define metadata for ASP.NET MVC and ASP.NET data controls.