Share via


ActionConstraintItem.Constraint Property

Definition

The IActionConstraint associated with 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

Property Value

Applies to