DataAnnotationsModelValidator.IsRequired Property

.NET Framework (current version)
 

Gets a value that indicates whether the model is required (that is, whether the validation attribute in the Attribute property is a RequiredAttribute attribute).

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

override IsRequired : bool with get

Property Value

Type: System.Boolean

true if the model is required; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: