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: Add enum attribute support. #196

@NTaylorMullen

Description

@NTaylorMullen

Right now if a TagHelper has an Enum property the user has to type in the full Enum value:

<mytaghelper someattr="MyEnum.Foo" />

We can simplify this and make it:

<mytaghelper someattr="Foo" />

By assuming the Enum.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions