This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Description
TagHelpers default attribute code generator handles concrete types and depending on the TagHelper's attributes designates "correct" code generators to each. In the prototype the tag helper resolver and individual attribute code generators was part of MVC but after some research we found that it can be part of Microsoft.AspNet.Razor via #99. We can also translate the prototype based code generators from Mvc to Razor.