Categories
How to load html element in wpf?
in WPF there is a WebBrowser element , you need to insert a line with ready-made html code into it. How to do this?
Answer the question
In order to leave comments, you need to log in
string html = "<html>Code</html>"; webs.NavigateToString(html);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question