Freigeben über


IViewComponentActivator.Release(ViewComponentContext, Object) Methode

Definition

Gibt eine ViewComponent-instance frei.

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

Parameter

context
ViewComponentContext

Der mit dem ViewComponentContext verknüpfte viewComponent.

viewComponent
Object

Das freizugebende ViewComponent.

Gilt für: