Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Tag helper used to render Clicky activity tracker

License

Notifications You must be signed in to change notification settings

Tyrrrz/AspNetCore.Mvc.Clicky

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published