Class BOBThemeGenerator
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
public class BOBThemeGenerator : ComponentBase
- Inheritance
-
objectComponentBaseBOBThemeGenerator
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
__builderRenderTreeBuilder
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()