Freigeben über


IRequestPredicateProvider.RequestPredicate Eigenschaft

Definition

Ruft eine Funktion ab, die bestimmt, ob das Modellobjekt basierend auf der aktuellen Anforderung gebunden werden soll.

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)

Eigenschaftswert

Gilt für: