public static bool IsChrome(HttpRequest Request) { try { return (Request.UserAgent.Contains("Chrome")); } catch (Exception exp) { return false; } }
SharePoint, Office 365, C#, .Net, SQL Server News, Tips, Ebooks, Events, Webinars ….etc
public static bool IsChrome(HttpRequest Request) { try { return (Request.UserAgent.Contains("Chrome")); } catch (Exception exp) { return false; } }