Table of Contents

Class TitleService

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

Title 服务

public class TitleService : BootstrapServiceBase<TitleOption>
Inheritance
TitleService
Inherited Members
Extension Methods

Constructors

TitleService()

public TitleService()

Methods

SetTitle(string)

设置当前网页 Title 方法

public Task SetTitle(string title)

Parameters

title string

Returns

Task