Aracılığıyla paylaş


BindingInfo.RequestPredicate Özellik

Tanım

Modelin geçerli istekten gelen duruma göre bağlı olup olmayacağını belirleyen bir koşulu alır veya ayarlar.

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)

Özellik Değeri

Şunlara uygulanır