ActionDescriptor.ActionConstraints プロパティ

定義

このアクションの制約のセット。 アクションを選択するには、すべて満たす必要があります。

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^> ^ ActionConstraints { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraintMetadata ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata> ActionConstraints { get; set; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata>? ActionConstraints { get; set; }
member this.ActionConstraints : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraintMetadata> with get, set
Public Property ActionConstraints As IList(Of IActionConstraintMetadata)

プロパティ値

適用対象