StaticHtmlRenderer.UpdateDisplayAsync(RenderBatch) 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.
Mises à jour l’interface utilisateur visible.
protected override System.Threading.Tasks.Task UpdateDisplayAsync (in Microsoft.AspNetCore.Components.RenderTree.RenderBatch renderBatch);
override this.UpdateDisplayAsync : RenderBatch -> System.Threading.Tasks.Task
Protected Overrides Function UpdateDisplayAsync (renderBatch As RenderBatch) As Task
Paramètres
- renderBatch
- RenderBatch
Modifications apportées à l’interface utilisateur depuis l’appel précédent.
Retours
Task pour représenter le processus de mise à jour de l’interface utilisateur.