Table of Contents

Class VmDialogBody

Namespace
Dmnk.Blazor.Dialogs.Fluent
Assembly
Dmnk.Blazor.Dialogs.Fluent.dll
public class VmDialogBody : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
VmDialogBody
Implements
Inherited Members

Constructors

VmDialogBody()

public VmDialogBody()

Properties

ChildContent

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

Property Value

RenderFragment

Style

[Parameter]
public string Style { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder