TagHelperPack 0.12.0

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

// Install TagHelperPack as a Cake Tool
#tool nuget:?package=TagHelperPack&version=0.12.0

TagHelperPack CI NuGet

A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core (all versions).

Included Tag Helpers & Examples

See the examples page at https://taghelperpack.net

Supports ASP.NET Core 6.0.x and 7.0.x. Also supports ASP.NET Core 2.1.x when running on .NET Framework 4.7.1 or higher.

Installing

  1. Add a reference to the package from the cmd line:

    MyGreatProject> dotnet add package TagHelperPack
    
  2. Restore:

    MyGreatProject> dotnet restore
    
  3. Register the Tag Helpers in your application's _ViewImports.cshtml file:

    @addTagHelper *, TagHelperPack
    
  4. Optional: Register optimizations in ConfigureServices() or Program.cs (ASP.NET Core 6+)

    services.AddTagHelperPack();
    
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. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  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
0.12.0 7,448 10/6/2023
0.11.0 319 9/25/2023
0.10.1 25,202 12/18/2022
0.10.0 462 12/15/2022
0.9.0-pre-20221214.35 92 12/14/2022
0.8.2-pre-20220718.33 1,984 7/18/2022
0.8.1-pre-20220714.30 136 7/14/2022
0.8.0-pre-20220709.21 501 7/9/2022
0.7.0-pre-20211217.15 17,415 12/17/2021
0.6.0-pre-20201124.3 3,815 11/24/2020
0.5.0-pre-20191217.4 12,274 12/17/2019
0.5.0-pre-20190822.7 433 8/22/2019
0.4.0-20190819.3 1,697 8/20/2019
0.4.0-20190515.6 592 5/15/2019
0.3.0-20190503.13 322 5/3/2019