Tyrrrz / AspNetCore.Mvc.Clicky

Tag helper used to render Clicky activity tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tyrrrz.AspNetCore.Mvc.Clicky

Tag helper used to render Clicky activity tracker in ASP.net Core MVC views.

Download

  • Using nuget: Install-Package Tyrrrz.AspNetCore.Mvc.Clicky

Usage

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" />

About

Tag helper used to render Clicky activity tracker

License:MIT License


Languages

Language:C# 81.3%Language:HTML 18.7%