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.

HTML attributes on elements that a tag helper targets are double-encoded #335

@dougbu

Description

@dougbu
  1. start with MVC tag helper sample
  2. add some-test="<>&lt;" to an element that no tag helper targets e.g. <optgroup/>
  3. add some-test="<>&lt;" to an element that a tag helper targets e.g. <option/>
  4. Ctrl-F5
  5. go to page you changed
  6. view source
  7. observe the <optgroup/> element includes the expected some-test="<>&lt;" attribute
  8. observe the <option/> element instead includes some-test="&lt;&gt;&amp;lt;"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions