This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 222
Tag Helpers: Map PascalCase type & property names to HTML element & attribute dashed equivalents #240
Comments
Taking this on right now. Tooling is really odd without it. |
NTaylorMullen
pushed a commit
that referenced
this issue
Dec 23, 2014
- Lower snake cased casing is the HTML convention. #240
NTaylorMullen
pushed a commit
that referenced
this issue
Dec 23, 2014
- Also added additional tests to validate new lower snake casing. #240
NTaylorMullen
pushed a commit
that referenced
this issue
Dec 29, 2014
- Lower snake cased casing is the HTML convention. #240
NTaylorMullen
pushed a commit
that referenced
this issue
Dec 29, 2014
- Also added additional tests to validate new lower snake casing. #240
NTaylorMullen
pushed a commit
to aspnet/Mvc
that referenced
this issue
Dec 29, 2014
- Updated tests to account for new casing
NTaylorMullen
pushed a commit
that referenced
this issue
Jan 14, 2015
- Lower kebab casing is the HTML convention. #240
NTaylorMullen
pushed a commit
that referenced
this issue
Jan 14, 2015
- Also added additional tests to validate new lower kebab casing. #240
NTaylorMullen
pushed a commit
to aspnet/Mvc
that referenced
this issue
Jan 14, 2015
- Updated tests to account for new casing.
NTaylorMullen
pushed a commit
that referenced
this issue
Jan 14, 2015
- Lower kebab casing is the HTML convention. #240
NTaylorMullen
pushed a commit
that referenced
this issue
Jan 14, 2015
- Also added additional tests to validate new lower kebab casing. #240
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By default (convention), Tag Helper type and property names should map to their HTML element attribute equivalents such that pascal-cased names are converted to dashed-names automatically. This can of course be overridden with the
HtmlElementName
andHtmlAttributeName
attributes.e.g.
The text was updated successfully, but these errors were encountered: