Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 464 Bytes

File metadata and controls

15 lines (10 loc) · 464 Bytes

SearchWeb.OpenInBrowserTab method

Opens search as a tab in the default browser chosen in Windows settings.

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

See Also