chromelyapps / Chromely

Build Cross Platform HTML Desktop Apps on .NET using native GUI, HTML5, JavaScript, CSS, Owin, AspNetCore (MVC, RazorPages, Blazor)
MIT License
2.99k stars 279 forks source link

Getting the rendered Html source #350

Closed kennethlou closed 2 years ago

kennethlou commented 2 years ago

Hi,

I am trying the Chromely cross-platform demo.

Just wondering do you know how to get the HTML source from a button? I was looking for the events triggered but the frames do not seem to have the HTML source. The browser object itself also does not seem to have the HTML.

Regards

mattkol commented 2 years ago

@kennethlou this may help - https://github.com/chromelyapps/Chromely/issues/351.

kennethlou commented 2 years ago

Hi,

Apart from the user clicking on the menu to create a notepad, is there any method that can be used to store the HTML string into a variable?

Regards,

mattkol commented 2 years ago

@kennethlou this may help - https://github.com/chromelyapps/Chromely/issues/352