C# Class PocketCampus.Main.Services.BrowserService

Provides access to the Windows Phone browser.
Inheritance: IBrowserService
Datei anzeigen Open project: accandme/pocketcampus

Public Methods

Method Description
NavigateTo ( string url ) : void

Navigates to the specified URL.

Method Details

NavigateTo() public method

Navigates to the specified URL.
public NavigateTo ( string url ) : void
url string
return void