AilisidanShow.Helper.GetIpHelper.GetBrowser C# (CSharp) Method

GetBrowser() public static method

获取浏览器版本号
public static GetBrowser ( ) : string
return string
        public static string GetBrowser()
        {
            HttpBrowserCapabilities bc = HttpContext.Current.Request.Browser;
            return bc.Browser + bc.Version;
        }