Skip to content

How to display HTML #3457

Answered by amaitland
AleidaBOX asked this question in Q&A
Mar 23, 2021 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

handing load errors by using the ILoadErrorHandler

There's no ILoadErrorHandler interface, possibly you mean ILoadHandler.OnLoadError

See the following for an example using the LoadError event, you can use ILoadHandler.OnLoadError if you choose, they're the same.

browser.LoadError += (sender, args) =>

https://github.com/cefsharp/CefSharp/wiki/General-Usage#loading-htmlcssjavascriptetc-from-diskdatabaseembedded-resourcestream has examples of loading html from disk/in memory etc.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by AleidaBOX
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