Ccf.Ck.Razor.TagHelpers
10.0.0
dotnet add package Ccf.Ck.Razor.TagHelpers --version 10.0.0
NuGet\Install-Package Ccf.Ck.Razor.TagHelpers -Version 10.0.0
<PackageReference Include="Ccf.Ck.Razor.TagHelpers" Version="10.0.0" />
<PackageVersion Include="Ccf.Ck.Razor.TagHelpers" Version="10.0.0" />
<PackageReference Include="Ccf.Ck.Razor.TagHelpers" />
paket add Ccf.Ck.Razor.TagHelpers --version 10.0.0
#r "nuget: Ccf.Ck.Razor.TagHelpers, 10.0.0"
#:package Ccf.Ck.Razor.TagHelpers@10.0.0
#addin nuget:?package=Ccf.Ck.Razor.TagHelpers&version=10.0.0
#tool nuget:?package=Ccf.Ck.Razor.TagHelpers&version=10.0.0
Custom razor tags helper
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Ccf.Ck.Libs.SendEmailExtended (>= 10.0.1)
- Newtonsoft.Json (>= 13.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0 | 105 | 3/17/2026 |
| 9.0.0 | 395 | 12/24/2024 |
| 8.0.2 | 237 | 12/16/2024 |
| 8.0.1 | 340 | 9/26/2024 |
| 8.0.0 | 338 | 5/22/2024 |
| 7.0.8 | 297 | 3/17/2024 |
| 7.0.7 | 455 | 10/19/2023 |
| 7.0.6 | 357 | 8/2/2023 |
| 7.0.5 | 308 | 8/1/2023 |
| 7.0.4 | 310 | 8/1/2023 |
| 7.0.3 | 274 | 8/1/2023 |
| 7.0.2 | 404 | 5/10/2023 |
| 7.0.1 | 442 | 3/15/2023 |
| 7.0.0 | 366 | 3/14/2023 |
| 6.0.0 | 836 | 5/10/2022 |
| 5.0.2 | 681 | 9/8/2021 |
| 5.0.1 | 569 | 6/25/2021 |
| 5.0.0 | 684 | 6/10/2021 |
| 1.0.4 | 1,019 | 12/17/2020 |
| 1.0.3 | 593 | 12/17/2020 |
Library for custom razor tags helpers
- Version 1.0.0: Adding custom tags helper for embedding svgs e.g.
- Version 1.0.1: Adding custom tags helper for contact form e.g.
- Version 1.0.2: Adding validation and translation for the contact form
- Version 1.0.3: Adding modal div for the notifications
- Version 1.0.4: Changing CC in sending emails to TO
- Version 5.0.0: Updated to net5.0
- Version 5.0.1: Introduced Language parameter to control the culture
- Version 5.0.2: Fixed bug with empty email addresses
- Version 6.0.0: Updated to .NET 6.0
- Version 7.0.0: Updated to .NET 7.0
- Version 7.0.1: Updated nugets
- Version 7.0.2: Fixed bug with email send (navigation to controller/action)
- Version 7.0.3: Restructure the form with default styling, reworked validation and download control
- Version 7.0.4: Nuget explicit increase
- Version 7.0.5: Fix input:-webkit-autofill problem
- Version 7.0.6: Fix error with default z-Index
- Version 7.0.7: Fix error with localization
- Version 7.0.8: _WebHostEnvironment.ContentRootPath, RelativePath
- Version 8.0.0: Updated to net8.0
- Version 8.0.1: Fixed bug when the fields for validation are null
- Version 8.0.2: Adjusted the new EmailSettings model
- Version 9.0.0: Updated to net9.0
- Version 10.0.0: Updated to net10.0