Condividi tramite


DefaultViewComponentActivator.Release(ViewComponentContext, Object) Metodo

Definizione

Rilascia un'istanza 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)

Parametri

context
ViewComponentContext

Oggetto ViewComponentContext associato all'oggetto viewComponent.

viewComponent
Object

Oggetto ViewComponent da liberare.

Implementazioni

Si applica a