Click or drag to resize
BrowserDetectCookiesSupport Method
Detects browser's cookies support via server-side

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool DetectCookiesSupport(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page object of the current page (usually Page)

Return Value

Type: Boolean
True on succedes; false otherwise
See Also