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.

Multiple [TargetElement] attributes on a single TagHelper should de-dup if multiple match. #326

@NTaylorMullen

Description

@NTaylorMullen

If I have:

[TargetElement(Attributes = "a")]
[TargetElement(Attributes = "b")]
public class FooTagHelper : TagHelper {}

And I write <foo a="" b="" /> the FooTagHelper class should not be run twice.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions