Condividi tramite


IViewComponentFactory.ReleaseViewComponentAsync Metodo

Definizione

Rilascia un'istanza del componente di visualizzazione in modo asincrono.

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

Parametri

context
ViewComponentContext

Contesto associato componenta .

component
Object

Componente di visualizzazione.

Restituisce

Oggetto ValueTask che viene completato al rilascio del componente di visualizzazione.

Si applica a