C# Class Raven.Studio.Infrastructure.UrlUtil

显示文件 Open project: robashton/ravendb

Public Methods

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

Private Methods

Method Description
Navigate ( Uri source ) : void
OpenUrlOnANewTab ( string url ) : void
Refresh ( ) : void
UrlUtil ( ) : System

Method Details

Navigate() public static method

public static Navigate ( string url, bool dontOpenNewTab = false, bool forceRefresh = false ) : void
url string
dontOpenNewTab bool
forceRefresh bool
return void

NavigateToExternal() public static method

public static NavigateToExternal ( string uriString ) : void
uriString string
return void