Monday, June 2, 2014

How to launch URI that use post method to the default browser in c#?

Why do you want to do this with the browser?


You cannot automate the browser. You can only launch a URI into it.


If you want to post data then use the HttpClient class to talk directly to the service.


--Rob


No comments:

Post a Comment