Table of Contents

Class BOBThemeGenerator

Namespace
BlazOrbit.Components.Layout
Assembly
BlazOrbit.dll
public class BOBThemeGenerator : ComponentBase
Inheritance
object
ComponentBase
BOBThemeGenerator

Constructors

BOBThemeGenerator()

public BOBThemeGenerator()

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnInitialized()

Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.

protected override void OnInitialized()