WebViewControl-WPF
2.75.61
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WebViewControl-WPF --version 2.75.61
NuGet\Install-Package WebViewControl-WPF -Version 2.75.61
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebViewControl-WPF" Version="2.75.61" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebViewControl-WPF" Version="2.75.61" />
<PackageReference Include="WebViewControl-WPF" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebViewControl-WPF --version 2.75.61
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WebViewControl-WPF, 2.75.61"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WebViewControl-WPF@2.75.61
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebViewControl-WPF&version=2.75.61
#tool nuget:?package=WebViewControl-WPF&version=2.75.61
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WebView
WebView is a Avalonia/WPF control that wraps CefGlue webview 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)
- Option to run in offscreen mode
Build pre-requisites
- CefGlue Nuget packages
TODO
- Improve documentation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.7.2
- CefGlue.Wpf (>= 75.1.87)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WebViewControl-WPF:
| Package | Downloads |
|---|---|
|
ReactViewControl-WPF
ReactViewControl for WPF powered by CefGlue |
GitHub repositories
This package is not used by any popular GitHub repositories.