C# Class Raven.Studio.Infrastructure.UrlUtil

Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
Navigate ( string url, bool dontOpenNewTab = false, bool forceRefresh = false ) : void
NavigateToExternal ( string uriString ) : void

Private Methods

Méthode Description
Navigate ( Uri source ) : void
OpenUrlOnANewTab ( string url ) : void
Refresh ( ) : void
UrlUtil ( ) : System

Method Details

Navigate() public static méthode

public static Navigate ( string url, bool dontOpenNewTab = false, bool forceRefresh = false ) : void
url string
dontOpenNewTab bool
forceRefresh bool
Résultat void

NavigateToExternal() public static méthode

public static NavigateToExternal ( string uriString ) : void
uriString string
Résultat void