C# Класс Cimbalino.Phone.Toolkit.Services.NavigationService

Represents an implementation of the INavigationService.
Наследование: INavigationService
Показать файл Открыть проект

Открытые методы

Метод Описание
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