OverloadActionConstraint.Accept(ActionConstraintContext) Yöntem

Tanım

Eylemin seçim için geçerli bir aday olup olmadığını belirler.

public:
 virtual bool Accept(Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintContext ^ context);
public bool Accept (Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext context);
abstract member Accept : Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext -> bool
override this.Accept : Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintContext -> bool
Public Function Accept (context As ActionConstraintContext) As Boolean

Parametreler

Döndürülenler

Eylem seçim için geçerliyse True, aksi takdirde false.

Uygulamalar

Şunlara uygulanır