Compartir a través de


ControllerFeature.Controllers Propiedad

Definición

Obtiene la lista de tipos de controlador en una aplicación 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)

Valor de propiedad

Se aplica a