Partager via


ServiceBasedViewComponentActivator.Release Méthode

Définition

Libère une instance 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)

Paramètres

context
ViewComponentContext

Objet ViewComponentContext associé au viewComponent.

viewComponent
Object

ViewComponent à libérer.

Implémente

S’applique à