Compartilhar via


IViewComponentActivator.ReleaseAsync(ViewComponentContext, Object) Método

Definição

Libera uma instância ViewComponent.

public virtual System.Threading.Tasks.ValueTask ReleaseAsync (Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext context, object viewComponent);
abstract member ReleaseAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> System.Threading.Tasks.ValueTask
override this.ReleaseAsync : Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentContext * obj -> System.Threading.Tasks.ValueTask
Public Overridable Function ReleaseAsync (context As ViewComponentContext, viewComponent As Object) As ValueTask

Parâmetros

context
ViewComponentContext

O ViewComponentContext associado ao viewComponent.

viewComponent
Object

O ViewComponent a ser liberado.

Retornos

Um ValueTask que é concluído quando o componente de exibição foi descartado.

Aplica-se a