Click or drag to resize
BrowserDetectVersion Method
Detects version of the browser via server-side

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

Parameters

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

Return Value

Type: String
String with browser's version number
See Also