Skip to content

Can C# Program Learn When Some Processing Completes on an Angular Web Page? #3765

Answered by ukandrewc
afbarksd asked this question in Q&A
Discussion options

You must be logged in to vote

Two methods: One is to register your own object (class) and call a method in that, but simplest is:

CefSharp.PostMessage("Hello")

Which is received in JavascriptMessageReceived.

Here's a sample: https://github.com/cefsharp/CefSharp/wiki/Frequently-asked-questions

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@afbarksd
Comment options

Comment options

You must be logged in to vote
1 reply
@afbarksd
Comment options

Answer selected by afbarksd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants