Minimal example of how the CefSharp library can be used using the official Nuget
packages.
This project includes examples for
For a more complete example of each project see the main CefSharp
repository.
For .Net Core 3.1/Net 5/6/7 follow the Quick Start.
Publish Example
# Publish x86
dotnet publish -f netcoreapp3.1 -r win-x86
# Publish x64
dotnet publish -f netcoreapp3.1 -r win-x64
# Publish using current runtime identifier https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish
dotnet publish -f netcoreapp3.1 --use-current-runtime
For publishing as single file you need to Self Host the BrowserSubProcess, more details in cefsharp/CefSharp#3407 (comment)
Any problems please report them on https://github.com/cefsharp/CefSharp/discussions
For .Net 5/6/7 follow the Quick Start.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4