LazZiya.TagHelpers
4.0.0-preview1
See the version list below for details.
dotnet add package LazZiya.TagHelpers --version 4.0.0-preview1
NuGet\Install-Package LazZiya.TagHelpers -Version 4.0.0-preview1
<PackageReference Include="LazZiya.TagHelpers" Version="4.0.0-preview1" />
paket add LazZiya.TagHelpers --version 4.0.0-preview1
#r "nuget: LazZiya.TagHelpers, 4.0.0-preview1"
// Install LazZiya.TagHelpers as a Cake Addin #addin nuget:?package=LazZiya.TagHelpers&version=4.0.0-preview1&prerelease // Install LazZiya.TagHelpers as a Cake Tool #tool nuget:?package=LazZiya.TagHelpers&version=4.0.0-preview1&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 | Versions 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. 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. |
-
.NETCoreApp 2.0
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.TagHelpers (>= 2.0.0)
-
.NETCoreApp 2.1
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.TagHelpers (>= 2.0.0)
-
.NETCoreApp 2.2
- Microsoft.AspNetCore.Mvc.Localization (>= 2.0.0)
- Microsoft.AspNetCore.Mvc.TagHelpers (>= 2.0.0)
-
.NETCoreApp 3.0
- No dependencies.
-
.NETCoreApp 3.1
- No dependencies.
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 (1)
Showing the top 1 popular GitHub repositories that depend on LazZiya.TagHelpers:
Repository | Stars |
---|---|
teduinternational/eShopSolution
eShopSolution is a tutorial solution for everyone using .NET Core 3.1
|
Version | Downloads | Last updated |
---|---|---|
6.0.2 | 58,826 | 5/4/2022 |
6.0.1 | 10,685 | 12/19/2021 |
6.0.0 | 4,390 | 11/27/2021 |
5.0.0 | 49,305 | 11/12/2020 |
5.0.0-rc.1 | 251 | 11/5/2020 |
5.0.0-preview2 | 657 | 8/10/2020 |
5.0.0-preview1 | 637 | 7/26/2020 |
5.0.0-beta1 | 2,671 | 6/1/2020 |
4.0.1 | 27,117 | 4/5/2020 |
4.0.0 | 1,065 | 3/27/2020 |
4.0.0-preview2 | 588 | 2/27/2020 |
4.0.0-preview1 | 840 | 2/20/2020 |
3.1.2 | 2,616 | 1/13/2020 |
3.1.1 | 787 | 1/10/2020 |
3.1.0 | 4,502 | 12/18/2019 |
3.1.0-preview2 | 542 | 12/4/2019 |
3.1.0-preview1 | 1,173 | 11/11/2019 |
3.0.2 | 2,874 | 10/16/2019 |
3.0.1 | 1,212 | 10/2/2019 |
3.0.0 | 3,306 | 9/25/2019 |
3.0.0-preview1 | 1,717 | 9/2/2019 |
2.2.1 | 5,654 | 6/20/2019 |
2.2.0 | 2,026 | 6/7/2019 |
2.1.0 | 3,031 | 5/26/2019 |
2.0.0 | 2,367 | 4/13/2019 |
2.0.0-rc2 | 548 | 4/13/2019 |
2.0.0-rc1 | 603 | 4/13/2019 |
1.0.3 | 2,981 | 2/10/2019 |
1.0.2 | 1,969 | 9/14/2018 |
1.0.0 | 1,038 | 9/9/2018 |
Improvements :
- PagingTagHelper : Precise max-displayed-pages values (can set to 0, 1, 3 ...)
- LanguageTagHelper : Performance imrovements and bug fix for classic dropdown redirecting.
New in PagingTagHelper:
-- Ajax support
-- number-format: Display numbers in different formats (decimal, hex, roman, arabic, hindi, ..etc)
-- page-size-dropdown-items: Specify items for page size dropdown as a dash delimitted array "10-25-50"
New in LanguageNavTagHelper:
-- Specify handler url to save current culture value in a cookie
-- redirect-to-url: use any url to redirect to on language change
-- Show country flags. Requires reference to flag-icon-css. See https://github.com/lipis/flag-icon-css
Change :
- Localization-Validation-Scripts: TagHelper component requires manually registration in startsup.
Deprected :
Below items are deprected in PagingTagHelper :
-- page-size-nav-block-size : use page-size-dropdown-items instead
-- page-size-nav-max-items : use page-size-dropdown-items instead
-- show-first-numbered-page : use show-gap instead
-- show-last-numbered-page : use show-gap instead
-- gap-size : use show-gap instead
-- query-string-value : -
-- page-size-nav-on-change : -
Below items are deprected in LanguageTagHelper :
-- culture-key-name : not required any more.
-- redirect-to : use redirect-to-url instead.
-- home-page-name : use redirect-to-url instead