Table of Contents

Class QueryStringThemeServiceOptions

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Options for the QueryStringThemeService.

public class QueryStringThemeServiceOptions
Inheritance
QueryStringThemeServiceOptions
Inherited Members

Constructors

QueryStringThemeServiceOptions()

public QueryStringThemeServiceOptions()

Properties

RightToLeftParameter

Gets or sets the query string parameter for the right to left theme.

public string RightToLeftParameter { get; set; }

Property Value

string

ThemeParameter

Gets or sets the query string parameter for the theme.

public string ThemeParameter { get; set; }

Property Value

string

WcagParameter

Gets or sets the query string parameter for the wcag compatible color theme.

public string WcagParameter { get; set; }

Property Value

string