Table of Contents

Class DispatchEntry<TEntry>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

分发项类

public class DispatchEntry<TEntry>

Type Parameters

TEntry
Inheritance
DispatchEntry<TEntry>
Inherited Members
Extension Methods

Constructors

DispatchEntry()

public DispatchEntry()

Properties

Entry

获得/设置 Entry 实例 不为空

public TEntry? Entry { get; set; }

Property Value

TEntry

Name

获得/设置 Entry 名称 默认 null

public string? Name { get; set; }

Property Value

string