Partager via


DefaultViewComponentFactory.ReleaseViewComponentAsync Méthode

Définition

Libère un composant d’affichage instance de manière asynchrone.

public 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 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é.

Implémente

S’applique à