C# Class IoTCoreDefaultApp.NavigationUtils

Exibir arquivo Open project: MicrosoftEdge/WebOnPi Class Usage Examples

Public Methods

Method Description
GoBack ( ) : void
IsNextTutorialButtonVisible ( string docName ) : bool
NavigateToNextTutorialFrom ( string docName ) : void
NavigateToScreen ( Type screenType ) : void
NavigateToScreen ( Type screenType, object parameter ) : void
NavigateToWebView ( WebView wv, Uri uri ) : void

Method Details

GoBack() public static method

public static GoBack ( ) : void
return void

IsNextTutorialButtonVisible() public static method

public static IsNextTutorialButtonVisible ( string docName ) : bool
docName string
return bool

NavigateToNextTutorialFrom() public static method

public static NavigateToNextTutorialFrom ( string docName ) : void
docName string
return void

NavigateToScreen() public static method

public static NavigateToScreen ( Type screenType ) : void
screenType System.Type
return void

NavigateToScreen() public static method

public static NavigateToScreen ( Type screenType, object parameter ) : void
screenType System.Type
parameter object
return void

NavigateToWebView() public static method

public static NavigateToWebView ( WebView wv, Uri uri ) : void
wv Windows.UI.Xaml.Controls.WebView
uri System.Uri
return void