FocusOnNavigate.BuildRenderTree(RenderTreeBuilder) 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.
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder);
override this.BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
Protected Overrides Sub BuildRenderTree (builder As RenderTreeBuilder)
Parameters
- builder
- RenderTreeBuilder
A RenderTreeBuilder that will receive the render output.