Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active January 29, 2017 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/2aa7e8a79327afc84c04f51ed2d1efd7 to your computer and use it in GitHub Desktop.
Save scottaddie/2aa7e8a79327afc84c04f51ed2d1efd7 to your computer and use it in GitHub Desktop.
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