chromelyapps / Chromely

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

Expose .NET class to JavaScript #320

Closed redaxol closed 3 years ago

redaxol commented 3 years ago

there's a way to Expose .NET class to JavaScript

mattkol commented 3 years ago

@redaxol no, there is not way to expose .NET class in JavaScript. You may be able to do that with CefSharp - https://github.com/cefsharp/CefSharp/issues/2763

What can be done in Chromely was explained here - https://github.com/chromelyapps/Chromely/issues/304