Skip to content
/ WebView Public
forked from OutSystems/WebView

WPF control that wraps CefSharp web view control

License

Notifications You must be signed in to change notification settings

wuzlai/WebView

 
 

Repository files navigation

WebView

WebView is a WPF control that wraps CefSharp web view control. Provides the following additional features:

  • Strongly-typed javascript evaluation: results of javascript evaluation returns the appropriate type
  • Scripts are aggregated and executed in bulk for improved performance
  • Synchronous javascript evaluation
  • Javascript error handling with stack information
  • Events to intercept and respond to resource load
  • Events to track file download progress
  • Ability to load embedded resources using a custom protocol
  • Ability to disable history navigation
  • Error handling
  • Proxy configuration support
  • Runs under AnyCPU configuration (works both on x64 and x86 configurations)

Build pre-requisites

  • NodeJS

TODO

  • Improve documentation

About

WPF control that wraps CefSharp web view control

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 64.0%
  • TypeScript 22.2%
  • PowerShell 13.1%
  • CSS 0.2%
  • Batchfile 0.2%
  • Python 0.1%
  • Other 0.2%