Partager via


ControllerFeature.Controllers Propriété

Définition

Obtient la liste des types de contrôleurs dans une application MVC.

public:
 property System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ Controllers { System::Collections::Generic::IList<System::Reflection::TypeInfo ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.TypeInfo> Controllers { get; }
member this.Controllers : System.Collections.Generic.IList<System.Reflection.TypeInfo>
Public ReadOnly Property Controllers As IList(Of TypeInfo)

Valeur de propriété

S’applique à