Arc.HtmlContent.DI 1.0.6

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

// Install Arc.HtmlContent.DI as a Cake Tool
#tool nuget:?package=Arc.HtmlContent.DI&version=1.0.6

HTML content DI

This is a library for html content core dependency injection for ASP.NET.

Use the below code to add html content core into ASP.NET DI.

public void ConfigureServices(IServiceCollection services)
{
    services.AddHtmlContentService();
}

There is a WPF app which uses this library to show HTML responses. This is to show how you can use this library in your app.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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.  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.  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. 
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
2.0.0 464 4/2/2022
1.0.9 403 3/29/2022
1.0.8 267 11/28/2021
1.0.7 5,832 11/24/2021
1.0.6 267 11/23/2021
1.0.5 337 6/9/2021
1.0.4 300 6/9/2021
1.0.3 293 6/7/2021
1.0.2 313 6/6/2021
1.0.1 318 6/4/2021

dotnet 6 upgrade