--- title: "How to: Refresh a Page" ms.date: "03/30/2017" dev_langs: - "csharp" - "vb" helpviewer_keywords: - "pages [WPF], refreshing" - "refreshing pages [WPF]" ms.assetid: 06dd1bbd-81c4-40ad-ac0d-7a5b326b1465 --- # How to: Refresh a Page This example shows how to call the method to refresh the current content in a . ## Example refreshes the current content in a to be reloaded from its source. [!code-csharp[HOWTONavigationSnippets#NavigateRefreshCODE](~/samples/snippets/csharp/VS_Snippets_Wpf/HOWTONavigationSnippets/CSharp/MainWindow.xaml.cs#navigaterefreshcode)] [!code-vb[HOWTONavigationSnippets#NavigateRefreshCODE](~/samples/snippets/visualbasic/VS_Snippets_Wpf/HOWTONavigationSnippets/visualbasic/mainwindow.xaml.vb#navigaterefreshcode)]