Table of Contents

Class VmDialogFooter

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

Constructors

VmDialogFooter()

public VmDialogFooter()

Properties

ChildContent

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

Property Value

RenderFragment

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder