Table of Contents

Class BootstrapServiceBase<TOption>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

BootstrapServiceBase 基类

public abstract class BootstrapServiceBase<TOption>

Type Parameters

TOption
Inheritance
BootstrapServiceBase<TOption>
Derived
Inherited Members
Extension Methods

Constructors

BootstrapServiceBase()

protected BootstrapServiceBase()

Properties

Cache

获得 回调委托缓存集合

protected List<(ComponentBase Key, Func<TOption, Task> Callback)> Cache { get; }

Property Value

List<(ComponentBase Key, Func<TOption, Task> Callback)>

Methods

Invoke(TOption, ComponentBase?)

异步回调方法

protected Task Invoke(TOption option, ComponentBase? component = null)

Parameters

option TOption
component ComponentBase

Returns

Task