public static bool IsChrome(HttpRequest Request) { try { return (Request.UserAgent.Contains("Chrome")); } catch (Exception exp) { return false; } }
PowerPlatform, Power Apps, Power Automate, PVA, SharePoint, M365, C#, .Net, SQL Server News, Tips….etc
public static bool IsChrome(HttpRequest Request) { try { return (Request.UserAgent.Contains("Chrome")); } catch (Exception exp) { return false; } }