Freigeben über


BindingInfo.RequestPredicate Eigenschaft

Definition

Ruft ein Prädikat ab, das bestimmt, ob das Modell basierend auf dem Zustand der aktuellen Anforderung gebunden werden soll, oder legt es fest.

public:
 property Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ RequestPredicate { Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ get(); void set(Func<Microsoft::AspNetCore::Mvc::ActionContext ^, bool> ^ value); };
public Func<Microsoft.AspNetCore.Mvc.ActionContext,bool> RequestPredicate { get; set; }
public Func<Microsoft.AspNetCore.Mvc.ActionContext,bool>? RequestPredicate { get; set; }
member this.RequestPredicate : Func<Microsoft.AspNetCore.Mvc.ActionContext, bool> with get, set
Public Property RequestPredicate As Func(Of ActionContext, Boolean)

Eigenschaftswert

Gilt für: