ActionDescriptor.ActionConstraints Propriété

Définition

Ensemble de contraintes pour cette action. Tous doivent être satisfaits pour que l’action soit sélectionnée.

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)

Valeur de propriété

S’applique à