An open API service indexing awesome lists of open source software.

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).

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

````
[![PagingTagHelper default](https://github.com/LazZiya/WebXRObjects/raw/master/Shared/Images/LazZiya.TagHelpers/paging-tag-helper-full.PNG)][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

````

[![AlertTagHelper - success](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/alert-taghelper-success.PNG)][1]

### [Language Navigation TagHelper][1]
Create a language dropdown navigation for websites. Supported cultures will be used to create the navigation items.

````html

````
[![LanguageNavTagHelper with flags](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/languagenav-taghelper-with-flags.PNG)][1]

### [Localization Validation Scripts TagHelper][1]
Add all client side scripts that are required for validating localized inputs like decimal numbers, dates, ..etc.
````html

````
[![Localization number es](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/localization-validiation-scripts-number-es.PNG)][1]

## Live demos:
http://demo.ziyad.info/en/

[1]:https://docs.ziyad.info