Tagged Questions
1
vote
1answer
4k views
How can I access PostData from WebBrowser.Navigating event handler?
I've got a windows form in Visual Studio 2008 using .NET 3.5 which has a WebBrowser control on it. I need to analyse the form's PostData in the Navigating event handler before the request is sent. ...