Partager via


IViewComponentFactory.ReleaseViewComponentAsync Méthode

Définition

Libère un composant d’affichage instance de façon asynchrone.

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

Paramètres

context
ViewComponentContext

Contexte associé à .component

component
Object

Composant d’affichage.

Retours

ValueTask qui se termine lorsque le composant d’affichage a été libéré.

S’applique à