博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ASP.NET MVC 3 Razor Nested foreach with if statements
阅读量:5985 次
发布时间:2019-06-20

本文共 1426 字,大约阅读时间需要 4 分钟。

You need to write code this way.  @Html.Raw("")          Copy the below code and paste it into your view. it will work.             @model IEnumerable
@{ ViewBag.Title = "Products"; }

Auctions

@{
int i = 0;} @foreach (var item in Model) { if (item.DateEnd.Subtract(DateTime.Now).TotalMinutes > -5) { if (i == 0) { @Html.Raw("
") }
i = i + 1; if (i == 5) { @Html.Raw("
") i = 0; } } }
@Html.DisplayFor(modelItem => item.ShortTitle)
@Html.DisplayFor(modelItem => item.ShortDescription)
@Html.DisplayFor(modelItem => item.TimeLeft)
Current bid: @Html.DisplayFor(modelItem => item.CurrentBid)

 

转载地址:http://vyylx.baihongyu.com/

你可能感兴趣的文章
linux useradd 命令详解
查看>>
C语言指针学习
查看>>
前嗅ForeSpider教程:采集预览
查看>>
阿里云VPC安全组与ECS公网的iptables之纠缠
查看>>
单据流程完成后发现单据打开为空白的原因之一
查看>>
MyBATIS(即iBATIS)问题集
查看>>
Linux下autoconf和automake使用
查看>>
UDP之socket编程
查看>>
Spring Security4实战与原理分析视频课程( 扩展+自定义)
查看>>
Java HashMap实现原理 源码剖析
查看>>
Linux常用命令参考与指南
查看>>
RHEL使用Centos的YUM源
查看>>
dhcp简单配置
查看>>
Centos6.5升级系统自带gcc4.4.7到gcc4.8.0
查看>>
redis安装与配置文件详解
查看>>
VMware安装失败 “Failed to create the requested registry key Key:installer Error:1021"
查看>>
虚拟化系列-VMware vSphere 5.1 VDP备份管理
查看>>
我的友情链接
查看>>
a start job is running for Raise network interface (5min 3s)
查看>>
我的友情链接
查看>>