BindPropertyAttribute.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.
property Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ Microsoft::AspNetCore::Mvc::ModelBinding::IRequestPredicateProvider::RequestPredicate { Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ get(); };
Func<Microsoft.AspNetCore.Mvc.ActionContext,bool> Microsoft.AspNetCore.Mvc.ModelBinding.IRequestPredicateProvider.RequestPredicate { get; }
member this.Microsoft.AspNetCore.Mvc.ModelBinding.IRequestPredicateProvider.RequestPredicate : Func<Microsoft.AspNetCore.Mvc.ActionContext, bool>
ReadOnly Property RequestPredicate As Func(Of ActionContext, Boolean) Implements IRequestPredicateProvider.RequestPredicate