TagHelpers
Helpful TagHelpers for any ASP.NET Core project (Paging, Select-Enum, etc).
Install / Use
/learn @LazZiya/TagHelpersREADME
LazZiya.TagHelpers
What is it?
A collection of useful TagHelpers for any ASP.NET Core project.
Documentation :
See all documentation in DOCS.Ziya.info.tr.
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.
Front end alert
<alert-success>
My alert text ...
</alert>
Backend alert
TempData.Success("My alert text ...")
Catch all backend alerts in frontend:
<alert></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:
http://demo.ziyad.info/en/
Related Skills
node-connect
333.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
333.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.0kCommit, push, and open a PR
