Show / Hide Table of Contents

Class BrowserUtils

Inheritance
object
BrowserUtils
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class BrowserUtils

Methods

OpenDefaultBrowser(IEnvironment, string)

Declaration
public static void OpenDefaultBrowser(IEnvironment environment, string url)
Parameters
Type Name Description
IEnvironment environment
string url

OpenDefaultBrowser(IEnvironment, Uri)

Declaration
public static void OpenDefaultBrowser(IEnvironment environment, Uri uri)
Parameters
Type Name Description
IEnvironment environment
Uri uri
In this article
Back to top Generated by DocFX