다음을 통해 공유


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)

속성 값

적용 대상