AilisidanShow.Helper.GetIpHelper.GetBrowser C# (CSharp) 메소드

GetBrowser() 공개 정적인 메소드

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