Sdílet prostřednictvím


DefaultViewComponentActivator.Release(ViewComponentContext, Object) Metoda

Definice

Uvolní instanci ViewComponent.

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)

Parametry

context
ViewComponentContext

ViewComponentContext přidružený k tomuto objektu viewComponent.

viewComponent
Object

K ViewComponent uvolnění.

Implementuje

Platí pro