Skip to content

INavigationService.GetCurrentPage<T>()

Yngve Bakken Nilsen edited this page Jun 24, 2014 · 2 revisions

INavigationService.GetCurrentPage<T>()

Gets an instance of the current pages Page object.

Example:

var frontPage = Document.Navigation.GetCurrentPage<FrontPage>();