Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 861 Bytes

readme.md

File metadata and controls

12 lines (7 loc) · 861 Bytes

Razor Component Tag Helpers

Razor Component Tag Helpers is a one file ASP.NET Core library that allows you to write UI components while maintaining compatibility with Razor Pages and MVC.

Name change

The nuget package for this library was previously called TechGems.TagHelperComponents, but since Tag Helper Components are a different concept in ASP.NET Core, I decided to rename the library to Razor Component Tag Helpers.

If you wish to see a functional application of this library in a dashboard template, please look at this repository.