Table of Contents

Class LanguageSwitcher

Namespace
Oqtane.Themes.Controls
Assembly
Oqtane.Client.dll
public class LanguageSwitcher : ThemeControlBase, IThemeControl
Inheritance
object
ComponentBase
LanguageSwitcher
Implements
Inherited Members

Properties

ButtonClass

[Parameter]
public string ButtonClass { get; set; }

Property Value

string

DropdownAlignment

[Parameter]
public string DropdownAlignment { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSetAsync()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override Task OnParametersSetAsync()

Returns

Task

A System.Threading.Tasks.Task representing any asynchronous operation.