C# Class PocketCampus.Main.Services.BrowserService

Provides access to the Windows Phone browser.
Inheritance: IBrowserService
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
NavigateTo ( string url ) : void

Navigates to the specified URL.

Method Details

NavigateTo() public méthode

Navigates to the specified URL.
public NavigateTo ( string url ) : void
url string
Résultat void