private async void MathWebView_LoadCompleted(object sender, Windows.UI.Xaml.Navigation.NavigationEventArgs e) { await MathWebView.InvokeScriptAsync("LoadSample1", null); }
private async void Button_Click(object sender, RoutedEventArgs e) { await MathWebView.InvokeScriptAsync("LoadFormula", new string[] { FirstFormulaBox.Text }); }