Search Results

1
vote

What is the best way to launch a web browser with a custom url from a C# application?

Check the Uri.IsWellFormedUriString static method. It's cheaper than catching exception. …