Table of Contents

Class BootstrapLabel

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

BootstrapLabel 组件

public class BootstrapLabel : BootstrapComponentBase, IComponent, IHandleAfterRender, IHandleEvent
Inheritance
BootstrapLabel
Implements
Inherited Members
Extension Methods

Constructors

BootstrapLabel()

public BootstrapLabel()

Properties

ShowLabelTooltip

获得/设置 是否显示 Tooltip 多用于标签文字过长导致裁减时使用 默认 false 不显示

[Parameter]
public bool? ShowLabelTooltip { get; set; }

Property Value

bool?

Value

获得/设置 组件值 显示文本 默认 null

[Parameter]
public string? Value { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

protected override void OnParametersSet()