The Home button is usually discouraged, the msdn source :
The placement of the Home button in your user interface is different from the Windows Phone navigation model.
"" , : , ( ) "", "" . , "" , . , .
, , , .
, "", , google drive dropbox. , , . , msdn:
, , , . "" , .
, , . , , .
:
protected override void OnNavigatedTo(NavigationEventArgs e)
{
while (NavigationService.BackStack.Any())
NavigationService.RemoveBackEntry();
base.OnNavigatedTo(e);
}