Compartir a través de


ActionConstraintProviderContext.Results Propiedad

Definición

Lista de objetos ActionConstraintItem.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintItem ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ActionConstraints::ActionConstraintItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ActionConstraints.ActionConstraintItem>
Public ReadOnly Property Results As IList(Of ActionConstraintItem)

Valor de propiedad

Se aplica a