AcManager.Tools.Helpers.WebBrowserHelper.DisableBrowserEmulationMode C# (CSharp) Method

DisableBrowserEmulationMode() public static method

public static DisableBrowserEmulationMode ( ) : void
return void
        public static void DisableBrowserEmulationMode() {
            if (MainExecutingFile.IsInDevelopment) return;
            SetBrowserFeatureControlKey(@"FEATURE_BROWSER_EMULATION", MainExecutingFile.Name, EmulationModeDisabled);
        }