IRequestPredicateProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An interface that allows a top-level model to be bound or not bound based on state associated with the current request.
public interface class IRequestPredicateProvider
public interface IRequestPredicateProvider
type IRequestPredicateProvider = interface
Public Interface IRequestPredicateProvider
- Derived
Properties
RequestPredicate |
Gets a function which determines whether or not the model object should be bound based on the current request. |