Table of Contents

Class DrawerServiceExtensions

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

抽屉服务扩展方法

public static class DrawerServiceExtensions
Inheritance
DrawerServiceExtensions
Inherited Members

Methods

Show(DrawerService, Type, DrawerOption?, IDictionary<string, object?>?)

弹出搜索对话框

public static Task Show(this DrawerService service, Type type, DrawerOption? option = null, IDictionary<string, object?>? parameters = null)

Parameters

service DrawerService

DrawerService 服务实例

type Type
option DrawerOption

DrawerOption 配置类实例

parameters IDictionary<string, object>

Returns

Task

Show<TComponent>(DrawerService, DrawerOption?, IDictionary<string, object?>?)

弹出搜索对话框

public static Task Show<TComponent>(this DrawerService service, DrawerOption? option = null, IDictionary<string, object?>? parameters = null) where TComponent : IComponent

Parameters

service DrawerService

DrawerService 服务实例

option DrawerOption

DrawerOption 配置类实例

parameters IDictionary<string, object>

Returns

Task

Type Parameters

TComponent