다음을 통해 공유


ServiceBasedViewComponentActivator.Release 메서드

정의

ViewComponent instance 릴리스합니다.

public:
 virtual void Release(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context, System::Object ^ viewComponent);
public virtual void Release (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context, object viewComponent);
abstract member Release : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> unit
override this.Release : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> unit
Public Overridable Sub Release (context As ViewComponentContext, viewComponent As Object)

매개 변수

context
ViewComponentContext

ViewComponentContext와 연결된 viewComponent입니다.

viewComponent
Object

해제할 ViewComponent입니다.

구현

적용 대상