Monday, April 16, 2018

How to open URL in default browser c#?


You can open a web page in Operating System’s Default browser by using below code.



System.Diagnostics.Process.Start("http://rajeshkamalakshan.blogspot.in/");

No comments:

Post a Comment