PageHelper.GetClientBrowserVersion Method

HD.Common

PageHelperGetClientBrowserVersion Method Helper帮助文档
返回客户端浏览器版本 如果是IE类型,返回版本数字 如果不是IE类型,返回-1

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetClientBrowserVersion()
Public Shared Function GetClientBrowserVersion As Integer
public:
static int GetClientBrowserVersion()
static member GetClientBrowserVersion : unit -> int 

Return Value

Type: Int32
一位数字版本号
See Also

Reference