Reputation: 83
I need to open an url in an external browser from my Winforms application by calling a MVC action method and post data of type json.
I could do it using the WebBrowser
component but my requirement is to open it in a browser.
Upvotes: 1
Views: 100