3 references to CastOrDefault
System.Web (3)
ModelBinding\CollectionModelBinder`1.cs (2)
51boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue)); 97boundCollection.Add(ModelBinderUtil.CastOrDefault<TElement>(boundValue));
ModelBinding\KeyValuePairModelBinderUtil.cs (1)
15model = ModelBinderUtil.CastOrDefault<TModel>(untypedModel);