IPropertyBindingPredicateProvider Interface¶
Summary¶
Provides a predicate which can determines which model properties should be bound by model binding.
Properties¶
-
PropertyFilter
()¶ Gets a predicate which can determines which model properties should be bound by model binding.
Return type: System.Func{Microsoft.AspNet.Mvc.ModelBinding.ModelBindingContext,System.String,System.Boolean} Func<ModelBindingContext, string, bool> PropertyFilter { get; }
-