Class Title
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
Title 组件
public class Title : BootstrapModuleComponentBase, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable
- Inheritance
-
Title
- Implements
- Inherited Members
- Extension Methods
Constructors
Title()
public Title()
Properties
Text
获得/设置 当前页标题文字
[Parameter]
public string? Text { get; set; }
Property Value
Methods
DisposeAsync(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
protected override ValueTask DisposeAsync(bool disposing)
Parameters
disposing
bool
Returns
OnAfterRenderAsync(bool)
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
firstRender
bool
Returns
OnInitialized()
OnInitialized 方法
protected override void OnInitialized()