ComponentBase.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:
virtual void BuildRenderTree(Microsoft::AspNetCore::Components::Rendering::RenderTreeBuilder ^ builder);
protected virtual void BuildRenderTree (Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder);
abstract member BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
override this.BuildRenderTree : Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder -> unit
Protected Overridable Sub BuildRenderTree (builder As RenderTreeBuilder)
Parameters
- builder
- RenderTreeBuilder
A RenderTreeBuilder that will receive the render output.