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.

Duplicate bound attributes should flow through as unbound attributes. #418

Closed
@NTaylorMullen

Description

@NTaylorMullen

If you have a TagHelper with duplicate (same name) attributes only the first attribute gets added to TagHelperContext.AllAttributes. Ex:

<myTagHelper abc="..." ABC="..." />

Today the second one ABC is ignored completely. Instead it should flow through to the output as if it were unbound.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions