Table of Contents

Class BootstrapInput<TValue>

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

BootstrapInput 组件

public class BootstrapInput<TValue> : BootstrapInputEventBase<TValue>, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable, IValidateComponent

Type Parameters

TValue
Inheritance
DisplayBase<TValue>
ValidateBase<TValue>
BootstrapInput<TValue>
Implements
Derived
Inherited Members
Extension Methods

Constructors

BootstrapInput()

public BootstrapInput()

Properties

Readonly

获得/设置 是否为只读 默认 false

[Parameter]
public bool Readonly { get; set; }

Property Value

bool

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder