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.

DefaultTagHelperFactService does not handle opt-out TagHelpers correctly. #1186

Closed
@NTaylorMullen

Description

@NTaylorMullen

If we have a the following tag: <!a href="...">Hello</!a>. You can't query DefaultTagHelperFactService for !a; you need to query it for just the a. If you happen to have a TagHelper that can match !a (a catch-all) then it will apply.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions