Class BootstrapBlazorOptionsExtensions
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
BootstrapBlazorOptions 配置类扩展方法
public static class BootstrapBlazorOptionsExtensions
- Inheritance
-
BootstrapBlazorOptionsExtensions
- Inherited Members
Methods
GetStep(BootstrapBlazorOptions, Type)
获取步长方法
public static string? GetStep(this BootstrapBlazorOptions options, Type type)
Parameters
options
BootstrapBlazorOptions配置实体类实例
type
Type数据类型
Returns
GetStep<TType>(BootstrapBlazorOptions)
获取步长泛型方法
public static string? GetStep<TType>(this BootstrapBlazorOptions options)
Parameters
options
BootstrapBlazorOptions
Returns
Type Parameters
TType