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)

属性值

适用于