C# 클래스 PocketCampus.Main.Services.BrowserService

Provides access to the Windows Phone browser.
상속: IBrowserService
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
NavigateTo ( string url ) : void

Navigates to the specified URL.

메소드 상세

NavigateTo() 공개 메소드

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