다음을 통해 공유


DefaultViewComponentActivator(ITypeActivatorCache) 생성자

정의

DefaultViewComponentActivator 클래스의 새 인스턴스를 초기화합니다.

public:
 DefaultViewComponentActivator(Microsoft::AspNetCore::Mvc::Internal::ITypeActivatorCache ^ typeActivatorCache);
public DefaultViewComponentActivator (Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache typeActivatorCache);
new Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentActivator : Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache -> Microsoft.AspNetCore.Mvc.ViewComponents.DefaultViewComponentActivator
Public Sub New (typeActivatorCache As ITypeActivatorCache)

매개 변수

typeActivatorCache
Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache

Microsoft.AspNetCore.Mvc.Internal.ITypeActivatorCache 새 뷰 구성 요소 인스턴스를 만드는 데 사용되는 입니다.

적용 대상