CeriumX.WebEngine.WebView2.GenericHost 7.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CeriumX.WebEngine.WebView2.GenericHost --version 7.0.0
NuGet\Install-Package CeriumX.WebEngine.WebView2.GenericHost -Version 7.0.0
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="CeriumX.WebEngine.WebView2.GenericHost" Version="7.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CeriumX.WebEngine.WebView2.GenericHost --version 7.0.0
#r "nuget: CeriumX.WebEngine.WebView2.GenericHost, 7.0.0"
#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.
// Install CeriumX.WebEngine.WebView2.GenericHost as a Cake Addin
#addin nuget:?package=CeriumX.WebEngine.WebView2.GenericHost&version=7.0.0

// Install CeriumX.WebEngine.WebView2.GenericHost as a Cake Tool
#tool nuget:?package=CeriumX.WebEngine.WebView2.GenericHost&version=7.0.0

[TOC]

Web引擎服务产品中间件(CeriumX.WebEngine)

功能介绍

当前封装库为Web引擎服务产品中间件基于WebView2实现的扩展库,提供与通用主机(GenericHost)的交互能力,为通用主机注入浏览器的功能支持。

  1. Web引擎服务产品中间件,采用面向接口编程,由抽象层和多个实现层共同组成;
  2. 通过抽象层提供的友好API接口,让二次开发易用、高效,简约而不简单,本中间件亦可看作为一款浏览器;
  3. 抽象层定义了统一的API接口,通过集成多种第三方产品的功能实现,使得中间件具备完整的、易用的Web引擎服务能力;
  4. 通过接口与实现的分离,增强用户体验,提高开发效率。
  • 鄙人专注.NET技术,深入研习.NET 6|7+系列源码。本库通过长期实践工作积累落地成库,库中提供的所有功能均广泛应用于业务生产环境,同时会不间断地进行功能的优化和完善;
  • 本库均由鄙人采用最新技术实践编码完成,个中艰辛不作过多表述,仅希望世界和平,养家糊口力所能及;
  • 本库可同时满足大、中、小等各式项目的自由支配使用,以提供快捷、便利的工具方法,提升工作效率和业务能力为宗旨。

<br>

开发日志

2022-10-14

  • 完成Web引擎服务产品中间件基于WebView2实现扩展库的功能实现。

2022-11-13

  • 全面进入.NET 7时代,将深入研习部分技术体系及源码,增加net7.0独立编译支持;
  • 更新第三方包引用。
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net5.0-windows7.0 is compatible.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 220 11/18/2023
7.0.1 113 11/6/2023
7.0.0 369 11/13/2022
1.0.0 351 10/14/2022

全面进入.NET 7时代,将深入研习部分技术体系及源码,增加net7.0独立编译支持。