ActionConstraintItem.Constraint 屬性

定義

IActionConstraint 相關聯的 Metadata

public:
 property Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^ Constraint { Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^ get(); void set(Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^ value); };
public Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint Constraint { get; set; }
public Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint? Constraint { get; set; }
member this.Constraint : Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint with get, set
Public Property Constraint As IActionConstraint

屬性值

適用於