Table of Contents

Class MessageService

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

MessageService 消息弹窗服务

public class MessageService : BootstrapServiceBase<MessageOption>
Inheritance
MessageService
Inherited Members
Extension Methods

Constructors

MessageService(IOptionsMonitor<BootstrapBlazorOptions>)

MessageService 消息弹窗服务

public MessageService(IOptionsMonitor<BootstrapBlazorOptions> option)

Parameters

option IOptionsMonitor<BootstrapBlazorOptions>

Methods

Show(MessageOption, Message?)

Show 方法

public Task Show(MessageOption option, Message? message = null)

Parameters

option MessageOption
message Message

指定弹窗组件 默认为 null 使用 BootstrapBlazorRoot 组件内置弹窗组件

Returns

Task