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