Table of Contents

Class BOBSection

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBSection : BOBComponentBase
Inheritance
object
ComponentBase
BOBSection
Inherited Members

Constructors

BOBSection()

public BOBSection()

Properties

ChildContent

Section body markup.

[Parameter]
public RenderFragment? ChildContent { get; set; }

Property Value

RenderFragment

Lead

Optional lead paragraph below the title.

[Parameter]
public RenderFragment? Lead { get; set; }

Property Value

RenderFragment

Size

Max-width tier. Mirrors BOBContainer.

[Parameter]
public BOBContainerSize Size { get; set; }

Property Value

BOBContainerSize

Title

Section title rendered as <h2>.

[Parameter]
public string? Title { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder