IViewComponentFactory.ReleaseViewComponent 메서드

정의

뷰 구성 요소 instance 릴리스합니다.

public:
 void ReleaseViewComponent(Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentContext ^ context, System::Object ^ component);
public void ReleaseViewComponent (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context, object component);
abstract member ReleaseViewComponent : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> unit
Public Sub ReleaseViewComponent (context As ViewComponentContext, component As Object)

매개 변수

context
ViewComponentContext

와 연결된 컨텍스트입니다 component.

component
Object

뷰 구성 요소입니다.

적용 대상