 | BrowserDetectAllCapabilities Method |
Detects many important browser capability via server-side
Namespace: ToolBooxAssembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static string DetectAllCapabilities(
Page page
)
Public Shared Function DetectAllCapabilities (
page As Page
) As String
Parameters
- page
- Type: System.Web.UIPage
Page object of the current page (usually Page)
Return Value
Type:
Stringstring object with capabilities description
See Also