Tag helper used to render Clicky activity tracker in ASP.net Core MVC views.
- Using nuget:
Install-Package Tyrrrz.AspNetCore.Mvc.Clicky
Make the tag helper available with the addTagHelper
directive either in your view or _ViewImports.cshtml
.
@addTagHelper *, Tyrrrz.AspNetCore.Mvc.Clicky
Use the tag helper to render the tracker.
You will need to specify the site
attribute, which is the site ID that you can find in site preferences on your Clicky dashboard.
<clicky site="075468937" />