Class Alert
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Alert 组件
public class Alert : AlertBase, IComponent, IHandleAfterRender, IHandleEvent
- Inheritance
-
Alert
- Implements
- Inherited Members
- Extension Methods
Constructors
Alert()
public Alert()
Properties
ShowBorder
获得/设置 是否显示边框 默认 false 不显示
[Parameter]
public bool ShowBorder { get; set; }
Property Value
ShowShadow
获得/设置 是否显示阴影 默认 false 不显示
[Parameter]
public bool ShowShadow { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder