Table of Contents

Class SlideButtonItem

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

SlideButton 项组件

public class SlideButtonItem : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
SlideButtonItem
Implements
Inherited Members
Extension Methods

Constructors

SlideButtonItem()

public SlideButtonItem()

Properties

Text

显示文本

[Parameter]
[EditorRequired]
public string? Text { get; set; }

Property Value

string

Value

选项值

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

Property Value

string

Methods

Dispose()

资源销毁

public void Dispose()

Exceptions

NotImplementedException

Dispose(bool)

资源销毁

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

OnInitialized()

protected override void OnInitialized()