ControllerFeature.Controllers Property

Definition

Gets the list of controller types in an MVC application.

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)

Property Value

Applies to