Table of Contents

Class BOBModalContainer

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

Constructors

BOBModalContainer()

public BOBModalContainer()

Properties

Modal

Modal state describing what to render and how to animate it. Required.

[Parameter]
[EditorRequired]
public ModalState Modal { get; set; }

Property Value

ModalState

Methods

BuildRenderTree(RenderTreeBuilder)

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

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder