IRequestPredicateProvider.RequestPredicate Property
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.
Gets a function which determines whether or not the model object should be bound based on the current request.
public:
property Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ RequestPredicate { Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ get(); };
public Func<Microsoft.AspNetCore.Mvc.ActionContext,bool> RequestPredicate { get; }
member this.RequestPredicate : Func<Microsoft.AspNetCore.Mvc.ActionContext, bool>
Public ReadOnly Property RequestPredicate As Func(Of ActionContext, Boolean)