LazZiya.TagHelpers 5.0.0-preview2

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

// Install LazZiya.TagHelpers as a Cake Tool
#tool nuget:?package=LazZiya.TagHelpers&version=5.0.0-preview2&prerelease

Collection of tag helpers for ASP.NET Core web applications, like Paging, SelectEnum and LanguageNav dropdown tag helpers for MVC and Razor Pages.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  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 Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 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 LazZiya.TagHelpers:

Package Downloads
XLocalizer.DB.UI

Interface for managing localization with XLocalizer package and ability to use online translation tools.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LazZiya.TagHelpers:

Repository Stars
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
teduinternational/eShopSolution
eShopSolution is a tutorial solution for everyone using .NET Core 3.1
Version Downloads Last updated
6.0.2 35,768 5/4/2022
6.0.1 10,356 12/19/2021
6.0.0 4,102 11/27/2021
5.0.0 46,534 11/12/2020
5.0.0-rc.1 235 11/5/2020
5.0.0-preview2 627 8/10/2020
5.0.0-preview1 588 7/26/2020
5.0.0-beta1 2,482 6/1/2020
4.0.1 25,853 4/5/2020
4.0.0 1,024 3/27/2020
4.0.0-preview2 555 2/27/2020
4.0.0-preview1 803 2/20/2020
3.1.2 2,549 1/13/2020
3.1.1 748 1/10/2020
3.1.0 4,245 12/18/2019
3.1.0-preview2 506 12/4/2019
3.1.0-preview1 1,082 11/11/2019
3.0.2 2,779 10/16/2019
3.0.1 1,174 10/2/2019
3.0.0 3,118 9/25/2019
3.0.0-preview1 1,590 9/2/2019
2.2.1 5,433 6/20/2019
2.2.0 1,913 6/7/2019
2.1.0 2,877 5/26/2019
2.0.0 2,323 4/13/2019
2.0.0-rc2 521 4/13/2019
2.0.0-rc1 567 4/13/2019
1.0.3 2,921 2/10/2019
1.0.2 1,909 9/14/2018
1.0.0 995 9/9/2018

- .net5 support
- PagingTagHelper: Improved styling as adding styles that fits into dark or light themes
- Localization support for AlertTagHelper
- Performance improvments while creating urls in paging taghelper
- New render mode for LanguageNav: "FormControl" renders the language nav as a form control. This helps to use the culture navigation control as a dropdown inside any form.
- See all release notes in https://github.com/LazZiya/TagHelpers/releases