Skip to content
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
@NTaylorMullen

Description

@NTaylorMullen

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.

Pre-requisites: #91, #68

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions