IViewComponentActivator.ReleaseAsync(ViewComponentContext, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Libère une instance 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
Paramètres
- context
- ViewComponentContext
Objet ViewComponentContext associé au viewComponent
.
- viewComponent
- Object
ViewComponent à libérer.
Retours
ValueTask qui se termine lorsque le composant d’affichage a été supprimé.