C# Класс Rock.CheckIn.CheckInBlock.CheckInCookie

Holds cookie names shared across certain check-in blocks.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
DEVICEID string
ISMOBILE string

Описание свойств

DEVICEID публичное статическое свойство

The name of the cookie that holds the DeviceId. Setters of this cookie should be sure to set the expiration to a time when the device is no longer valid.
public static string DEVICEID
Результат string

ISMOBILE публичное статическое свойство

The name of the cookie that holds whether or not the device was a mobile device.
public static string ISMOBILE
Результат string