private void btn_Click(object sender, RoutedEventArgs e) {
HtmlPage.Window.Eval("window.location.reload();");
}