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: Change TagHelperOutput attribute lookups to be case insensitive. #186

@NTaylorMullen

Description

@NTaylorMullen

This goes hand-in-hand with aspnet/Mvc#1328. When the TagHelperOutput object was initially created it was built around the Mvc implemented TagBuilder, therefore the case sensitive attributes came with it.

Since TagHelperOutput.Attributes will be case-insensitive due to #186 we should probably make the infrastructure that's responsible for creating the TagHelperOutputs also case insensitive when it comes to Attribute management.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions