Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active January 29, 2017 03:02
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/9141712764adc8fd23c6733026ce1251 to your computer and use it in GitHub Desktop.
Save scottaddie/9141712764adc8fd23c6733026ce1251 to your computer and use it in GitHub Desktop.
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