{"id":13848427,"url":"https://github.com/LazZiya/TagHelpers","last_synced_at":"2025-07-12T13:31:00.485Z","repository":{"id":36531805,"uuid":"148019558","full_name":"LazZiya/TagHelpers","owner":"LazZiya","description":"Helpful TagHelpers for any ASP.NET Core project (Paging, Select-Enum, etc).","archived":false,"fork":false,"pushed_at":"2024-10-01T06:26:47.000Z","size":279,"stargazers_count":96,"open_issues_count":4,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-21T03:52:00.347Z","etag":null,"topics":["dropdownlist","enum","enum-localization","pagination","pagination-controls","select","taghelper"],"latest_commit_sha":null,"homepage":"https://docs.ziyad.info","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LazZiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"lazziya","patreon":"lazziya"}},"created_at":"2018-09-09T11:38:18.000Z","updated_at":"2024-11-03T20:55:58.000Z","dependencies_parsed_at":"2024-01-02T11:29:51.839Z","dependency_job_id":"5c451a57-75ff-41e6-b87a-8af197b65747","html_url":"https://github.com/LazZiya/TagHelpers","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FTagHelpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FTagHelpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FTagHelpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FTagHelpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LazZiya","download_url":"https://codeload.github.com/LazZiya/TagHelpers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225825266,"owners_count":17529905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dropdownlist","enum","enum-localization","pagination","pagination-controls","select","taghelper"],"created_at":"2024-08-04T19:00:48.956Z","updated_at":"2024-11-22T00:30:21.579Z","avatar_url":"https://github.com/LazZiya.png","language":"C#","funding_links":["https://github.com/sponsors/lazziya","https://patreon.com/lazziya"],"categories":["Open source ASP.net tag helpers"],"sub_categories":[],"readme":"# LazZiya.TagHelpers\n\n## What is it?\nA collection of useful TagHelpers for any ASP.NET Core project.\n\n## Documentation :\nSee all documentation in [DOCS.Ziyad.info][1].\n\n### [Paging TagHelper][1]\nCreate a pagination control _styled with bootstrap 4.x_ using simple html tag.\n\n````html\n\u003cpaging page-no=\"Model.PageNo\" \n        page-size=\"Model.PageSize\"\n        total-records=\"Model.TotalRecords\"\u003e\n\u003c/paging\u003e\n````\n[![PagingTagHelper default](https://github.com/LazZiya/WebXRObjects/raw/master/Shared/Images/LazZiya.TagHelpers/paging-tag-helper-full.PNG)][1]\n\n### [Alert TagHelper ][1]\nCreate bootstrap alerts using very simple html tag.\n\n#### Front end alert\n````html\n\u003calert-success\u003e\n    My alert text ...\n\u003c/alert\u003e\n````\n\n#### Backend alert\n````cs\nTempData.Success(\"My alert text ...\")\n````\n\nCatch all backend alerts in frontend:\n````html\n\u003calert\u003e\u003c/alert\u003e\n````\n\n[![AlertTagHelper - success](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/alert-taghelper-success.PNG)][1]\n\n### [Language Navigation TagHelper][1]\nCreate a language dropdown navigation for websites. Supported cultures will be used to create the navigation items.\n\n````html\n\u003clanguage-nav flags=\"true\"\u003e\u003c/language-nav\u003e\n````\n[![LanguageNavTagHelper with flags](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/languagenav-taghelper-with-flags.PNG)][1]\n\n### [Localization Validation Scripts TagHelper][1]\nAdd all client side scripts that are required for validating localized inputs like decimal numbers, dates, ..etc.\n````html\n\u003clocalization-validation-scripts\u003e\u003c/localization-validation-scripts\u003e\n````\n[![Localization number es](https://github.com/LazZiya/WebXRObjects/blob/master/Shared/Images/LazZiya.TagHelpers/localization-validiation-scripts-number-es.PNG)][1]\n\n## Live demos:\nhttp://demo.ziyad.info/en/\n\n[1]:https://docs.ziyad.info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLazZiya%2FTagHelpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLazZiya%2FTagHelpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLazZiya%2FTagHelpers/lists"}