Ccf.Ck.Razor.TagHelpers 7.0.8

dotnet add package Ccf.Ck.Razor.TagHelpers --version 7.0.8
NuGet\Install-Package Ccf.Ck.Razor.TagHelpers -Version 7.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Ccf.Ck.Razor.TagHelpers" Version="7.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ccf.Ck.Razor.TagHelpers --version 7.0.8
#r "nuget: Ccf.Ck.Razor.TagHelpers, 7.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Ccf.Ck.Razor.TagHelpers as a Cake Addin
#addin nuget:?package=Ccf.Ck.Razor.TagHelpers&version=7.0.8

// Install Ccf.Ck.Razor.TagHelpers as a Cake Tool
#tool nuget:?package=Ccf.Ck.Razor.TagHelpers&version=7.0.8

Custom razor tags helper

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
7.0.8 68 3/17/2024
7.0.7 292 10/19/2023
7.0.6 201 8/2/2023
7.0.5 148 8/1/2023
7.0.4 152 8/1/2023
7.0.3 130 8/1/2023
7.0.2 218 5/10/2023
7.0.1 290 3/15/2023
7.0.0 189 3/14/2023
6.0.0 639 5/10/2022
5.0.2 449 9/8/2021
5.0.1 357 6/25/2021
5.0.0 458 6/10/2021
1.0.4 776 12/17/2020
1.0.3 379 12/17/2020
1.0.2 373 12/17/2020
1.0.1 350 12/15/2020
1.0.0 419 11/20/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