Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 c# 中使用 System.Windows.Forms.WebBrowser webBrowser1。想要为从此浏览器发出的每个请求添加请求标头。
你可以用这个,
webBrowser.Navigate(" http://stackoverflow.com ", null, null, "自定义页眉");