【发布时间】:2016-07-25 05:40:23
【问题描述】:
如何在导航到 URL 之前将 cookie 添加到 ChromiumWebBrowser。
我有一个想要导航的 URL,但是我想在导航之前添加 authToken cookie 以避免进入登录页面。
请推荐
【问题讨论】:
-
cefsharp.github.io/api/51.0.0/html/… cefsharp.github.io/api/51.0.0/html/… 在
GitHub project问题跟踪器中搜索示例(应该有一些)。 -
我早就这样做了。您可以在 cef 设置中添加网站的 cookie。尝试检查 cef 设置。
标签: c# wpf xaml chromium cefsharp