Use CookieContainer with WebBrowser control?

2.9k Views Asked by At

I've created a CookieContainer and stored the cookies from a HttpWebRequest in it. Is there a way I can use this CookieContainer on a WebBrowser control?

Thanks for the help.

1

There are 1 best solutions below

2
On

You can get the cookie value from the container with GetCookieHeader method.