Click or drag to resize
CookieCheckBrowserCapabilities Method
Detect if browser support coockies

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static bool CheckBrowserCapabilities(
	HttpResponse pageResponse,
	HttpRequest pageRequest
)

Parameters

pageResponse
Type: System.WebHttpResponse
Request of the page (usually Page.Request)
pageRequest
Type: System.WebHttpRequest
Response of the page (usually Page.Response)

Return Value

Type: Boolean
True on success; False otherwise
See Also