Table of Contents

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

string

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

ValueTask

OnAfterRenderAsync(bool)

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender bool

Returns

Task

OnInitialized()

OnInitialized 方法

protected override void OnInitialized()