Click or drag to resize
IHttpCookieHttpOnly Property
Gets or sets a value that specifies whether a cookie is accessible by client-side script.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
bool HttpOnly { get; set; }

Property Value

Type: Boolean
See Also