Class BOBModalContainer
- Namespace
- BlazOrbit.Components.Layout
- Assembly
- BlazOrbit.dll
public class BOBModalContainer : ComponentBase
- Inheritance
-
objectComponentBaseBOBModalContainer
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
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder