Simon Mourier's Avatar
Simon Mourier's blog (1352 answers on StackOverflow) about Microsoft technologies C#, C/C++, .NET, WinRT, WinUI, COM, Interop, DirectX, Direct2D, Windows, ...
  • 🔎︎ Search
  • Categories
  • Archives
  • About Me
  • web
  • wpf

Managing cookies in a WPF WebBrowser control?

Jun 17, 2014 See the question and my original answer on StackOverflow

You can use Application.GetCookie and Application.SetCookie methods.

Although Application is more or less related to WPF, you can use these methods in any desktop .NET code. In fact, they are wrappers on InternetGetCookieEx and InternetSetCookieEx Windows APIs.

  • SmoBlog © 2010-2025 Simon Mourier. All rights reserved.
  • Privacy & Terms