{"id":19099906,"url":"https://github.com/brecons/bootstrap-tag-helper","last_synced_at":"2026-02-23T11:01:51.806Z","repository":{"id":201899214,"uuid":"105801821","full_name":"brecons/bootstrap-tag-helper","owner":"brecons","description":"A free Tag Helper Library for Bootstrap (Version 4.x) - the world's most popular mobile-first and responsive front-end framework.","archived":false,"fork":false,"pushed_at":"2018-12-21T11:09:58.000Z","size":7257,"stargazers_count":39,"open_issues_count":3,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-10-20T04:31:53.782Z","etag":null,"topics":["asp-net-core","bocons","bootstrap","bootstrap4","brecons","taghelper"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brecons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-04T18:13:44.000Z","updated_at":"2023-10-20T07:02:43.467Z","dependencies_parsed_at":null,"dependency_job_id":"64b86892-9830-4731-8dc1-629d76f37963","html_url":"https://github.com/brecons/bootstrap-tag-helper","commit_stats":null,"previous_names":["brecons/bootstrap-tag-helper"],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brecons%2Fbootstrap-tag-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brecons%2Fbootstrap-tag-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brecons%2Fbootstrap-tag-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brecons%2Fbootstrap-tag-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brecons","download_url":"https://codeload.github.com/brecons/bootstrap-tag-helper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783108,"owners_count":17201903,"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":["asp-net-core","bocons","bootstrap","bootstrap4","brecons","taghelper"],"created_at":"2024-11-09T03:52:21.951Z","updated_at":"2026-02-23T11:01:46.778Z","avatar_url":"https://github.com/brecons.png","language":"C#","funding_links":[],"categories":["bootstrap"],"sub_categories":[],"readme":"# Bootstrap Tag Helper ([Bocons](https://www.brecons.net/Product/Bocons))\n\n## About Bocons\nBocons is a free tag helper library for Bootstrap (Version 4) - the world's most popular mobile-first and responsive front-end framework.\nBocons is one of a [Brecons](https://www.brecons.net) product and provides components and controls to use in a ASP.NET Core web application.\n\n## Compatibility and Requirements\n| Target Framework | Version | Target Framework Moniker (TFM) | Support |\n| -------- | :----: | :----------: | :---------------: |\n| .NET Standard | 2.0 | `netstandard2.0` | Supported |\n| .NET Standard | 1.6 | `netstandard1.6` | Not Supported |\n| .NET Core Application | 2.0 | `netcoreapp2.0` | Supported |\n| .NET Core Application | 1.0 | `netcoreapp1.0` | Not Supported |\n\n## Getting Started\nThe Bocons Tag Helper Library is published as a package in [NuGet](https://www.nuget.org/packages/BSolutions.Bocons). Only three essential steps are necessary for installation.\n\nFind the full [Getting Started Guide](https://www.brecons.net/Documentation/Bocons?view=GettingStarted) here.\n\n### Install NuGet Packages\n\nUse the ***Package Manage Console*** of Visual Studio to install Bocons:\n\n    PM\u003e Install-Package BSolutions.Bocons\n\n### Add Service Configuration\n\nRegister inside the `ConfigureServices` method of `Startup.cs` a singleton for the `IActionContextAccessor` and import the namespace `Microsoft.AspNetCore.Mvc.Infrastructure`.\n\n    using Microsoft.AspNetCore.Mvc.Infrastructure\n\n    public void ConfigureServices(IServiceCollection services)\n    {\n\t    // Add a singleton for IActionContextAccessor\n        services.AddSingleton\u003cIActionContextAccessor, ActionContextAccessor\u003e();\n\n        services.AddMvc();\n    }\n\n### Modify View Imports\n\nModify `/Views/_ViewImports.cshtml` and enable the Bocons Tag Helpers for the web application views:\n\n    @using MyCompany.MyApplication\n    @using MyCompany.MyApplication.Models\n    @using BSolutions.Bocons.Enumerations\n    @using BSolutions.Brecons.Core.Enumerations\n    @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers\n    @addTagHelper *, BSolutions.Bocons\n\n## Documentation\nFor complete a Bocons documentation, please visit [https://www.brecons.net/Documentation/Bocons](https://www.brecons.net/Documentation/Bocons)\n\n## Release Notes\nFor change logs and release notes, see the [online change logs at brecons.net](https://www.brecons.net/Documentation/Bocons?view=ChangeLog)\n\n## License Information\nThis project has been released under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0). This license applies\nONLY to the source of this repository and does not extend to any other Brecons distribution or variant.\n\n\u003e Copyright 2016 - 2019 Bremus Solutions\n\n\u003e Licensed under the Apache License, Version 2.0 (the \"License\");\n\tyou may not use this file except in compliance with the License.\n\tYou may obtain a copy of the License at\n\n\u003e [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003e Unless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS,\n\tWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\tSee the License for the specific language governing permissions and\n\tlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrecons%2Fbootstrap-tag-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrecons%2Fbootstrap-tag-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrecons%2Fbootstrap-tag-helper/lists"}