Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.27 KB

README.md

File metadata and controls

41 lines (26 loc) · 2.27 KB

KB GitHub Repository

The KnowledgeBase project.

00_HelloWorld Sub-Folder

The solutions in the 00_HelloWorld Sub-Folder show step by step introductory WPF sample applications that should help understanding and using CefSharp within WPF. The samples are very simple on a 101 level to make sure everyone can get most out of it. Please be sure to read the Readme.txt files in each sub-folder to understand more details about each sample.

KnowledgeBase - Sample 1

Description: This is a minimal bare bones XAML+Nuget demo of the CefSharp project.

KnowledgeBase - Sample 2 ResourceHandler

Description: This is a sample ResourceHandler implementation of the CefSharp WPF control based on the Nuget libraries.

KnowledgeBase - Sample 3 ResourceShemeHandler

Description: This is a sample SchemeHandler implementation that loads its content from an embeded resource. It applies the CefSharp WPF control based on the Nuget libraries.

KnowledgeBase - Sample 4 LocalShemeHandler

Description: This is a sample SchemeHandler implementation that loads its content from the local file system. It applies the CefSharp WPF control based on the Nuget libraries.

KnowledgeBase - Sample 5 LocalZipShemeHandler

Description: This is a sample SchemeHandler implementation that loads its content from a zip file stored in the local file system. It applies the CefSharp WPF control based on the Nuget libraries.

References

CefSharp on GitHub

Helpful Blog Posts by Chris Kent