DefaultViewComponentActivator.Release(ViewComponentContext, Object) Method

Definition

Releases a 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)

Parameters

context
ViewComponentContext

The ViewComponentContext associated with the viewComponent.

viewComponent
Object

The ViewComponent to release.

Implements

Applies to