次の方法で共有


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

プロパティ値

適用対象