Share via


StaticHtmlRenderer.UpdateDisplayAsync(RenderBatch) Method

Definition

Updates the visible UI.

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

Parameters

renderBatch
RenderBatch

The changes to the UI since the previous call.

Returns

A Task to represent the UI update process.

Applies to