CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of Loop
C#
@foreach(var pic in Model.stfuGalleryImage.Where( "Visible" ) ) {
              <figure>
                 <img src="@pic.galleryImage" alt="@pic.galleryImageTitle" data-tags="@pic.galleryImageTags" />
                @if ( @pic.galleryImageDescription != "" ) { 
                  <figcaption class="opaque">@pic.galleryImageDescription</figcaption>
                }
              </figure>
}
@foreach(var vid in Model.stfuGalleryVideo.Where( "Visible" ) ) {
              <figure title="@vid.galleryImageTitle" data-tags="@vid.galleryImageTags">
by Jon R. Humphrey   January 31, 2012 @ 5:17am
12 Views
2 comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Diagnostics;
 
namespace Nixoncorp.LoopPerformance
{
    class Test
    {
by Jerry Nixon   February 23, 2010 @ 12:54pm
866 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate