Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 521 Bytes

File metadata and controls

15 lines (10 loc) · 521 Bytes

SearchWeb.OpenInBrowserWindow method

Opens search in a new browser. If no browser path is passed in then Chrome is used. Leave browser path blank to use Chrome.

public static void OpenInBrowserWindow(this string url, string browserPath = "", 
    bool inPrivate = false, string privateArg = "")

See Also