Share via


ApplicationModelProviderContext.ControllerTypes Property

Definition

Gets the discovered controller TypeInfo instances.

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

Property Value

Applies to