Skip to content

Instantly share code, notes, and snippets.

@vampirefan
Last active December 21, 2015 10:29
Show Gist options
  • Save vampirefan/6292387 to your computer and use it in GitHub Desktop.
Save vampirefan/6292387 to your computer and use it in GitHub Desktop.
wpf中触发html中的onclick()
private void ButtonItemSpecificsContinue_Click(object sender, RoutedEventArgs e)
{
// to do
// attach ButtonItemSpecificsContinue_Click to the post submit action!
WebBrowser.Document.GetElementById("btSubmit1").InvokeMember("Click");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment