Class CookieThemeServiceOptions
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Options for the CookieThemeService.
public class CookieThemeServiceOptions
- Inheritance
-
CookieThemeServiceOptions
- Inherited Members
Constructors
CookieThemeServiceOptions()
public CookieThemeServiceOptions()
Properties
Duration
Gets or sets the cookie duration.
public TimeSpan Duration { get; set; }
Property Value
Name
Gets or sets the cookie name.
public string Name { get; set; }