AcManager.Tools.Helpers.WebBrowserHelper.DisableBrowserEmulationMode C# (CSharp) 메소드

DisableBrowserEmulationMode() 공개 정적인 메소드

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