c# - How to open a web page from my application? -


I want to open my WPF application default browser and go to a fixed web page. How do i do this

  system. Diagnostics Process. Start ("http: /www.webpage.com");  

One of several ways.


Comments