다음을 통해 공유


ViewComponentFeature.ViewComponents 속성

정의

MVC 애플리케이션의 뷰 구성 요소 형식 목록을 가져옵니다.

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

속성 값

적용 대상