Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active January 29, 2017 03:02
Embed
What would you like to do?
Tag helper markup to test HtmlTargetElement "OR" operation
<hand>
<card suit="Diamond"></card> <!-- TagHelper -->
<card rank="Four"></card> <!-- TagHelper -->
<card></card> <!-- Not a TagHelper -->
</hand>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment