Esempio n. 1
0
 /// <summary>
 /// Launches the user's default web browser on the first address of the host passed in parameters.
 /// </summary>
 /// <param name="host">The host.</param>
 public static void LaunchBrowser(IWebHost host)
 => LaraTools.LaunchBrowser(host);
Esempio n. 2
0
 /// <summary>
 /// Launches the user's default web browser on the specified address.
 /// </summary>
 /// <param name="address">The address.</param>
 public static void LaunchBrowser(string address)
 => LaraTools.LaunchBrowser(address);