This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Tag Helpers: Add @addtaghelper directive and link to registration system #111
Closed
Description
By typing
@addtaghelper "MyAssemblyName"
All tag helpers located in MyAssemblyName
would be registered with the tag helper registration system.
By typing
@addtaghelper "MyAssemblyName MyFullyQualifiedClassName"
The tag helper in MyAssemblyName
named MyFullyQualifiedClassName
would be registered with the tag helper registration system.
Details:
The way this item will be implemented will be different from normal directives so it may need to be done via an Optimizer or some other approach.