Share via


Renderer.GetCurrentRenderTreeFrames(Int32) Method

Definition

Gets the current render tree for a given component.

protected:
 Microsoft::AspNetCore::Components::RenderTree::ArrayRange<Microsoft::AspNetCore::Components::RenderTree::RenderTreeFrame> GetCurrentRenderTreeFrames(int componentId);
protected Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame> GetCurrentRenderTreeFrames (int componentId);
member this.GetCurrentRenderTreeFrames : int -> Microsoft.AspNetCore.Components.RenderTree.ArrayRange<Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame>
Protected Function GetCurrentRenderTreeFrames (componentId As Integer) As ArrayRange(Of RenderTreeFrame)

Parameters

componentId
Int32

The id for the component.

Returns

The RenderTreeBuilder representing the current render tree.

Applies to