메소드 |
설명 |
|
GetCurrentPage ( ) : IPage |
Returns the current page. Can return null if the current page has been freed or if there is no current page (though this would be odd, if not an exception). |
|
GetNavigationPage ( string pageIdString ) : IPage |
|
|
GetPreviousPage ( ) : IPage |
|
|
GetUniqueIdText ( IPage page ) : string |
|
|
NavigateTo ( IPage targetPage ) : bool |
Injects the page.ContentViewModel into the ShellViewModel, publishing event messages along the way. |
|
NavigateTo ( string targetPageUniqueIdText ) : bool |
|
|
Navigator ( ) : Caliburn.Micro |
|
|
RefreshNavigationPanel ( ) : void |
|
|
RegisterPage ( IPage page ) : void |
|
|
UnregisterPage ( IPage page ) : void |
|
|