SharpBrowser is the fastest open source C# web browser there is! Slightly faster than Google Chrome when rendering web pages due to lightweight CEF renderer. We compared every available .NET browsing browsing engine and finally settled on the high-performance CefSharp. Released under the permissive MIT license.
- HTML5, CSS3, JS, HTML5 Video, WebGL 3D, etc
- Tabbed browsing (open in new tab, etc)
- Address bar (also opens Google Search)
- Back, Forward, Stop, Refresh
- Developer tools
- Downloads window (download progress, cancellation, etc)
- Custom context menu
- Easy to add any vendor-specific buttons or commands
MainForm.cs
- main web browser UI and related functionalityHandlers
- various handlers that we have registered with CefSharp that enable deeper integration between us and CefSharpData/JSON.cs
- fast JSON serializer/deserializerbin
- Binaries are included in thebin
folder due to the complex CefSharp setup required. Don't empty this folder.bin/storage
- JS code and associated assets required for "downloads" page