Class GotoNavigator
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
public class GotoNavigator : BootstrapComponentBase, IComponent, IHandleAfterRender, IHandleEvent
- Inheritance
-
GotoNavigator
- Implements
- Inherited Members
- Extension Methods
Constructors
GotoNavigator()
public GotoNavigator()
Properties
GotoText
获得/设置 跳转文本 默认 null
[Parameter]
public string? GotoText { get; set; }
Property Value
Index
获得/设置 跳转页码 默认 null
[Parameter]
public int Index { get; set; }
Property Value
OnNavigation
获得/设置 导航回调方法 默认 null
[Parameter]
public Func<int, Task>? OnNavigation { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder