Table of Contents

Interface IThemeProvider

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

主题提供器接口

public interface IThemeProvider
Extension Methods

Methods

GetThemeAsync()

获得当前主题方法

ValueTask<string?> GetThemeAsync()

Returns

ValueTask<string>

SetThemeAsync(string)

设置主题方法

ValueTask SetThemeAsync(string themeName)

Parameters

themeName string

Returns

ValueTask