LazZiya.TagHelpers
6.0.2
dotnet add package LazZiya.TagHelpers --version 6.0.2
NuGet\Install-Package LazZiya.TagHelpers -Version 6.0.2
<PackageReference Include="LazZiya.TagHelpers" Version="6.0.2" />
<PackageVersion Include="LazZiya.TagHelpers" Version="6.0.2" />
<PackageReference Include="LazZiya.TagHelpers" />
paket add LazZiya.TagHelpers --version 6.0.2
#r "nuget: LazZiya.TagHelpers, 6.0.2"
#:package LazZiya.TagHelpers@6.0.2
#addin nuget:?package=LazZiya.TagHelpers&version=6.0.2
#tool nuget:?package=LazZiya.TagHelpers&version=6.0.2
LazZiya.TagHelpers
Read full docs at: docs.ziya.info.tr
What is it?
A collection of useful TagHelpers for any ASP.NET Core project.
Installation :
Install via nuget package manager:
Install-Package LazZiya.TagHelpers -Pre
v6.0 is in preview mode, so add -Pre to install latest preview.
Then add to _ViewImports.cshtml:
@addTagHelper *, LazZiya.TagHelpers
Contents
- Paging TagHelper
- Alert TagHelper
- LanguageNav TagHelper
- Localization Validation Scripts TagHelper
Paging TagHelper
Create a pagination control styled with bootstrap 4.x using simple html tag.
<paging page-no="Model.PageNo"
page-size="Model.PageSize"
total-records="Model.TotalRecords">
</paging>
Alert TagHelper
Create bootstrap alerts using very simple html tag.
<alert-success>
My alert text ...
</alert>
Language Navigation TagHelper
Create a language dropdown navigation for websites. Supported cultures will be used to create the navigation items.
<language-nav flags="true"></language-nav>
Localization Validation Scripts TagHelper
Add all client side scripts that are required for validating localized inputs like decimal numbers, dates, ..etc.
<localization-validation-scripts></localization-validation-scripts>
Live demos:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.
-
net5.0
- No dependencies.
-
net6.0
- 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 |
|---|---|
|
teduvn/eShopSolution
eShopSolution is a tutorial solution for everyone using .NET Core 3.1
|
| Version | Downloads | Last Updated |
|---|---|---|
| 6.0.2 | 112,766 | 5/4/2022 |
| 6.0.1 | 11,679 | 12/19/2021 |
| 6.0.0 | 4,958 | 11/27/2021 |
| 5.0.0 | 53,645 | 11/12/2020 |
| 5.0.0-rc.1 | 457 | 11/5/2020 |
| 5.0.0-preview2 | 915 | 8/10/2020 |
| 5.0.0-preview1 | 885 | 7/26/2020 |
| 5.0.0-beta1 | 3,097 | 6/1/2020 |
| 4.0.1 | 28,419 | 4/5/2020 |
| 4.0.0 | 1,310 | 3/27/2020 |
| 4.0.0-preview2 | 846 | 2/27/2020 |
| 4.0.0-preview1 | 1,086 | 2/20/2020 |
| 3.1.2 | 2,942 | 1/13/2020 |
| 3.1.1 | 1,120 | 1/10/2020 |
| 3.1.0 | 4,885 | 12/18/2019 |
| 3.1.0-preview2 | 776 | 12/4/2019 |
| 3.1.0-preview1 | 1,437 | 11/11/2019 |
| 3.0.2 | 3,251 | 10/16/2019 |
| 3.0.1 | 1,465 | 10/2/2019 |
| 3.0.0 | 3,638 | 9/25/2019 |
- New public param "url-template" use custom url template for the paging buttons.
- Fixed #21 https://github.com/LazZiya/TagHelpers/issues/21
- Fixed #27 https://github.com/LazZiya/TagHelpers/issues/27
- See all release notes in https://github.com/LazZiya/TagHelpers/releases