ApplicationModelProviderContext.ControllerTypes 属性

定义

获取发现的控制器 TypeInfo 实例。

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)

属性值

适用于