Class Footer
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Footer 组件
public class Footer : BootstrapComponentBase, IComponent, IHandleAfterRender, IHandleEvent
- Inheritance
-
Footer
- Implements
- Inherited Members
- Extension Methods
Constructors
Footer()
public Footer()
Properties
ChildContent
获得/设置 内容
[Parameter]
public RenderFragment? ChildContent { get; set; }
Property Value
ClassName
获得 按钮样式集合
protected string? ClassName { get; }
Property Value
ShowGoto
获得/设置 是否显示 Goto 小组件 默认 true 显示
[Parameter]
public bool ShowGoto { get; set; }
Property Value
Target
获得/设置 Footer 组件中返回顶端按钮控制的滚动条所在组件 设置 ShowGoto 为 true 时生效
[Parameter]
public string? Target { get; set; }
Property Value
Text
获得/设置 Footer 显示文字
[Parameter]
public string? Text { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder