ASP.Net MVC Getting index value in Razor ForEach - 24.10.21 - ErcanOPAK @{int i = 0;} @foreach(var myItem in Model.Members) { <span>@i</span> @{i++;} } Related posts:Getting Session value in Javascript & Asp.NetChecking multiple contains on one stringHow to use ? : if statements with Asp.Net RazorHow to change star rating color on mouseover/out, mouseenter/leave with Javascript Post Views: 1