Table of Contents

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

string

GetStep<TType>(BootstrapBlazorOptions)

获取步长泛型方法

public static string? GetStep<TType>(this BootstrapBlazorOptions options)

Parameters

options BootstrapBlazorOptions

Returns

string

Type Parameters

TType