This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrade to CefGlue v70 and CefSharp v71
softoille@gmail.com edited this page Nov 29, 2019
·
1 revision
class Program
{
static int Main(string[] args)
{
-----
using (var window = new CefGlueBrowserWindow(config))
{
return window.Run(args);
}
}
}
class Program
{
static int Main(string[] args)
{
-----
using (var window = ChromelyWindow.Create(config))
{
return window.Run(args);
}
}
}
class Program
{
static int Main(string[] args)
{
-----
using (var window = new CefSharpBrowserWindow(config))
{
return window.Run(args);
}
}
}
class Program
{
static int Main(string[] args)
{
-----
using (var window = ChromelyWindow.Create(config))
{
return window.Run(args);
}
}
}
Chromely
Getting Started
The Basics
Digging Deeper
- Sub-Process
- Infrastructure
- Restful Resources
- Register Resource Assemblies
- Custom Local Resource Handling
- Custom Scheme Handling
- Expose .NET class to JavaScript
- Generic Message Routing
- Real-time with Websocket
- External Url Registration
Angular - React - Vue