1 reference to StringIsEmptyOrWhitespace
System.Web (1)
ModelBinding\ModelBinderUtil.cs (1)
61if (modelMetadata.ConvertEmptyStringToNull && StringIsEmptyOrWhitespace(model as string)) {