Skip to content

Instantly share code, notes, and snippets.

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