Share via


RenderTreeDiff Struct

Definition

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

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

Fields

ComponentId

Gets the ID of the component.

Edits

Gets the changes to the render tree since a previous state.

Applies to