Skip to content

Instantly share code, notes, and snippets.

Created September 28, 2010 20:37
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 anonymous/601732 to your computer and use it in GitHub Desktop.
Save anonymous/601732 to your computer and use it in GitHub Desktop.
<% if (myCollection.Count > 0)
{ %>
<%= Html.ActionLink(myCollection.Count.ToString(), "ItemDetails") %>
<% }
else
{ %>
<%= Html.DisplayFor(x => myCollection.Count()) %>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment