StaticHtmlRenderer.UpdateDisplayAsync(RenderBatch) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.TaskProtected Overrides Function UpdateDisplayAsync (renderBatch As RenderBatch) As TaskParameters
- renderBatch
- RenderBatch
The changes to the UI since the previous call.
Returns
A Task to represent the UI update process.