IPropertyBindingPredicateProvider Interface

Summary

Provides a predicate which can determines which model properties should be bound by model binding.

Syntax

public interface IPropertyBindingPredicateProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ModelBinding.IPropertyBindingPredicateProvider

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; }