Compartir a través de


ActionSelectorCandidate.Constraints Propiedad

Definición

Lista de IActionConstraint instancias asociadas a .

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^> ^ Constraints { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ActionConstraints::IActionConstraint ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint> Constraints { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint>? Constraints { get; }
member this.Constraints : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ActionConstraints.IActionConstraint>
Public ReadOnly Property Constraints As IReadOnlyList(Of IActionConstraint)

Valor de propiedad

Se aplica a