Format:
Recent snippets matching tags of Loop
@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">
12 Views
2 comments
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Diagnostics; namespace Nixoncorp.LoopPerformance { class Test {
866 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
