RenderBatch Struct

Definition

Types in the Microsoft.AspNetCore.Components.RenderTree are not recommended for use outside of the Blazor framework. These types will change in a future release.

public value class RenderBatch
public readonly struct RenderBatch
type RenderBatch = struct
Public Structure RenderBatch
Inheritance
RenderBatch

Properties

DisposedComponentIDs

Gets the IDs of the components that were disposed.

DisposedEventHandlerIDs

Gets the IDs of the event handlers that were disposed.

NamedEventChanges

Gets the named events that were changed, or null.

ReferenceFrames

Gets render frames that may be referenced by entries in UpdatedComponents. For example, edit entries of type PrependFrame will point to an entry in this array to specify the subtree to be prepended.

UpdatedComponents

Gets the changes to components that were added or updated.

Applies to