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
DrawerServiceDrawerService 服务实例
type
Typeoption
DrawerOptionDrawerOption 配置类实例
parameters
IDictionary<string, object>
Returns
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
DrawerServiceDrawerService 服务实例
option
DrawerOptionDrawerOption 配置类实例
parameters
IDictionary<string, object>
Returns
Type Parameters
TComponent