3 references to AllowEmptyStrings
System.ComponentModel.DataAnnotations (2)
DataAnnotations\RequiredAttribute.cs (2)
28/// <returns><c>false</c> if the <paramref name="value"/> is null or an empty string. If <see cref="RequiredAttribute.AllowEmptyStrings"/> 42if (stringValue != null && !AllowEmptyStrings) {
System.Web.DynamicData (1)
DynamicData\FieldTemplateUserControl.cs (1)
423if (requiredAttribute!= null && requiredAttribute.AllowEmptyStrings) {