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

Description
By typing
@removetaghelper "MyAssemblyName"
All tag helpers located in MyAssemblyName
would be unregistered with the tag helper registration system.
By typing
@removetaghelper "MyAssemblyName MyFullyQualifiedClassName"
The tag helper in MyAssemblyName
named MyFullyQualifiedClassName
would be unregistered 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.
Pre-requisites: #91, #68