Table of Contents

Class BOBConfirmDialog

Namespace
BlazOrbit.Components
Assembly
BlazOrbit.dll
[GenerateComponentInfo]
public class BOBConfirmDialog : BOBComponentBase, IModalContent
Inheritance
object
ComponentBase
BOBConfirmDialog
Implements
Inherited Members

Constructors

BOBConfirmDialog()

public BOBConfirmDialog()

Properties

Message

Body message.

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

Property Value

string

ModalReference

Cascaded reference back to the modal so the dialog can resolve with a result.

[Parameter]
public ModalReference ModalReference { get; set; }

Property Value

ModalReference

NoLabel

Cancel-button label.

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

Property Value

string

Severity

Severity tier used for icon + accent.

[Parameter]
public ConfirmSeverity Severity { get; set; }

Property Value

ConfirmSeverity

Title

Dialog title.

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

Property Value

string

YesLabel

Accept-button label.

[Parameter]
public string? YesLabel { 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