I\'m using this to get the path and executable of default web browser:
public static string DefaultWebBrowser { get {
For those who don't have html default association to a browser, use
System.Diagnostics.Process.Start("Chrome", Uri.EscapeDataString(pathToHtmlFile))