IRequestPredicateProvider Interface

Definition

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.

Applies to