摘要:
添加允许不授信的证书或者无效的证书 // 1、建立连接 var httpClientHandler = new HttpClientHandler(); // Return `true` to allow certificates that are untrusted/invalid httpCli 阅读全文
摘要:
//添加命令行参数--disable-web-security //仅可初始化一次(在程序启动时初始化) var settings = new CefSettings(); // Set BrowserSubProcessPath based on app bitness at runtime se 阅读全文
摘要:
public enum HorizontalLocate { LEFT, CENTER, RIGHT } public enum VerticalLocate { TOP, CENTER, BOTTOM } public static class WindowLocateHelper { /// < 阅读全文