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>BootstrapInputBase<TValue>BootstrapInputEventBase<TValue>BootstrapInput<TValue>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BootstrapInput()
public BootstrapInput()
Properties
Readonly
获得/设置 是否为只读 默认 false
[Parameter]
public bool Readonly { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder