Table of Contents

Class CookieLevelOptions

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.dll

Options object used to configure cookie level for cookies.

public sealed class CookieLevelOptions
Inheritance
object
CookieLevelOptions
Extension Methods

Properties

CookieConfigurations

Collection of cookie levels, indexed by the cookie name.

public IDictionary<string, CookieLevel> CookieConfigurations { get; }

Property Value

IDictionary<string, CookieLevel>

Remarks

The initialized instance uses System.StringComparer.OrdinalIgnoreCase