Skip to content

Instantly share code, notes, and snippets.

@danroth27
Created September 2, 2015 07:48
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 danroth27/29e6ac55fb698bb99b3a to your computer and use it in GitHub Desktop.
Save danroth27/29e6ac55fb698bb99b3a to your computer and use it in GitHub Desktop.
@{
int i = 1;
}
<repeater count="5">
<h2>Value @(i++)</h2>
</repeater>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment