TagHelperPack 0.12.0
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.7.1
This package targets .NET Framework 4.7.1. The package is compatible with this framework or higher.
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TagHelperPack
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
Add a reference to the package from the cmd line:
MyGreatProject> dotnet add package TagHelperPack
Restore:
MyGreatProject> dotnet restore
Register the Tag Helpers in your application's
_ViewImports.cshtml
file:@addTagHelper *, TagHelperPack
Optional: Register optimizations in
ConfigureServices()
orProgram.cs
(ASP.NET Core 6+)services.AddTagHelperPack();
Product | Versions 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.
-
.NETFramework 4.7.1
- HtmlSanitizer (>= 8.0.723)
- Markdig (>= 0.30.2)
- Microsoft.AspNetCore.Mvc.Razor (>= 2.1.0)
- Microsoft.AspNetCore.Mvc.TagHelpers (>= 2.1.0)
- Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.0)
-
net6.0
- HtmlSanitizer (>= 8.0.723)
- Markdig (>= 0.30.2)
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 | 15,896 | 10/6/2023 |
0.11.0 | 336 | 9/25/2023 |
0.10.1 | 26,051 | 12/18/2022 |
0.10.0 | 652 | 12/15/2022 |
0.9.0-pre-20221214.35 | 104 | 12/14/2022 |
0.8.2-pre-20220718.33 | 2,428 | 7/18/2022 |
0.8.1-pre-20220714.30 | 149 | 7/14/2022 |
0.8.0-pre-20220709.21 | 520 | 7/9/2022 |
0.7.0-pre-20211217.15 | 17,533 | 12/17/2021 |
0.6.0-pre-20201124.3 | 4,084 | 11/24/2020 |
0.5.0-pre-20191217.4 | 12,538 | 12/17/2019 |
0.5.0-pre-20190822.7 | 445 | 8/22/2019 |
0.4.0-20190819.3 | 1,815 | 8/20/2019 |
0.4.0-20190515.6 | 605 | 5/15/2019 |
0.3.0-20190503.13 | 335 | 5/3/2019 |