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
ThemeParameter
Gets or sets the query string parameter for the theme.
public string ThemeParameter { get; set; }
Property Value
WcagParameter
Gets or sets the query string parameter for the wcag compatible color theme.
public string WcagParameter { get; set; }