https://github.com/lazziya/taghelpers
Helpful TagHelpers for any ASP.NET Core project (Paging, Select-Enum, etc).
https://github.com/lazziya/taghelpers
dropdownlist enum enum-localization pagination pagination-controls select taghelper
Last synced: 10 months ago
JSON representation
Helpful TagHelpers for any ASP.NET Core project (Paging, Select-Enum, etc).
- Host: GitHub
- URL: https://github.com/lazziya/taghelpers
- Owner: LazZiya
- License: mit
- Created: 2018-09-09T11:38:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T06:26:47.000Z (over 1 year ago)
- Last Synced: 2025-03-29T18:07:39.529Z (10 months ago)
- Topics: dropdownlist, enum, enum-localization, pagination, pagination-controls, select, taghelper
- Language: C#
- Homepage: https://docs.ziyad.info
- Size: 272 KB
- Stars: 96
- Watchers: 7
- Forks: 21
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LazZiya.TagHelpers
## What is it?
A collection of useful TagHelpers for any ASP.NET Core project.
## Documentation :
See all documentation in [DOCS.Ziyad.info][1].
### [Paging TagHelper][1]
Create a pagination control _styled with bootstrap 4.x_ using simple html tag.
````html
````
[][1]
### [Alert TagHelper ][1]
Create bootstrap alerts using very simple html tag.
#### Front end alert
````html
My alert text ...
````
#### Backend alert
````cs
TempData.Success("My alert text ...")
````
Catch all backend alerts in frontend:
````html
````
[][1]
### [Language Navigation TagHelper][1]
Create a language dropdown navigation for websites. Supported cultures will be used to create the navigation items.
````html
````
[][1]
### [Localization Validation Scripts TagHelper][1]
Add all client side scripts that are required for validating localized inputs like decimal numbers, dates, ..etc.
````html
````
[][1]
## Live demos:
http://demo.ziyad.info/en/
[1]:https://docs.ziyad.info