C# 클래스 Cimbalino.Phone.Toolkit.Services.NavigationService

Represents an implementation of the INavigationService.
상속: INavigationService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
GoBack ( ) : void

Navigates to the most recent available entry in the back navigation history.

NavigateTo ( Uri source ) : void

Navigates to the content specified by the uniform resource identifier (URI).

NavigateTo ( string source ) : void

Navigates to the content specified by the uniform resource identifier (URI).

RemoveBackEntry ( ) : void

Removes the most recent available entry from the back stack.

비공개 메소드들

메소드 설명
EnsureNavigationService ( ) : bool
GetNavigationServiceFromPage ( PhoneApplicationPage page ) : bool

메소드 상세

GoBack() 공개 메소드

Navigates to the most recent available entry in the back navigation history.
public GoBack ( ) : void
리턴 void

NavigateTo() 공개 메소드

Navigates to the content specified by the uniform resource identifier (URI).
public NavigateTo ( Uri source ) : void
source System.Uri A initialized with the URI for the desired content.
리턴 void

NavigateTo() 공개 메소드

Navigates to the content specified by the uniform resource identifier (URI).
public NavigateTo ( string source ) : void
source string The URI for the desired content.
리턴 void

RemoveBackEntry() 공개 메소드

Removes the most recent available entry from the back stack.
public RemoveBackEntry ( ) : void
리턴 void