CeriumX.WebEngine.WebView2 8.0.0

dotnet add package CeriumX.WebEngine.WebView2 --version 8.0.0
NuGet\Install-Package CeriumX.WebEngine.WebView2 -Version 8.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" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CeriumX.WebEngine.WebView2 --version 8.0.0
#r "nuget: CeriumX.WebEngine.WebView2, 8.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 as a Cake Addin
#addin nuget:?package=CeriumX.WebEngine.WebView2&version=8.0.0

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

[TOC]

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

功能介绍

当前封装库为Web引擎服务产品中间件基于WebView2的实现,微软至力于发展以Chromium为内核的Edge游览器,在此强大后盾的基础上,诞生了WebView2控件,并且在微软自身的各种产品或业务中均有其身影,如最近如火如荼的Blazor框架、宇宙最强IDE等;因此,大树底下好乘凉,一切尽在你懂得中。

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

<br>

开发日志

2023-11-18

  • 升级项目到.NET 8.0版本。

2022-10-13

  • 完成Web引擎服务产品中间件基于WebView2实现的所有编码工作;
  • 在创建一个浏览器窗口时,增加环境初始化判断,如果未初始化则抛出异常。

2022-10-14

  • 修正未更正的命名错误。

2022-11-13

  • 全面进入.NET 7时代,将深入研习部分技术体系及源码,增加net7.0独立编译支持;
  • 更新第三方包引用。

2023-11-06

  • 更新Microsoft.Web.WebView2引用到1.0.2088.41版本,同时着手增加新功能支持。
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  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.  net8.0-windows7.0 is compatible. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on CeriumX.WebEngine.WebView2:

Package Downloads
CeriumX.WebEngine.WebView2.GenericHost

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 268 11/18/2023
7.0.1 133 11/6/2023
7.0.0 562 11/13/2022
1.0.0 508 10/14/2022

升级项目到.NET 8.0版本。