Options for the QueryStringThemeService.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class QueryStringThemeServiceOptionsOptions for the QueryStringThemeService.
public QueryStringThemeServiceOptions()Gets or sets the query string parameter for the right to left theme.
public string RightToLeftParameter { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the query string parameter for the right to left theme. |
Gets or sets the query string parameter for the theme.
public string ThemeParameter { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the query string parameter for the theme. |
Gets or sets the query string parameter for the wcag compatible color theme.
public string WcagParameter { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the query string parameter for the wcag compatible color theme. |