IPropertyFilterProvider Interface

Definition

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

public interface class IPropertyFilterProvider
public interface IPropertyFilterProvider
type IPropertyFilterProvider = interface
Public Interface IPropertyFilterProvider
Derived

Properties

PropertyFilter

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

This predicate is also used to determine which parameters are bound when a model's constructor is bound.

Applies to