Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Index.cshtml
@model IEnumerable<ZooFirst.Models.Support> <h2>Horror</h2> <table class="table"> <tr> @*<th> @Html.DisplayNameFor(model => model.SupportId) </th>*@ <th> @Html.DisplayNameFor(model => model.Name) </th> <th> @Html.DisplayNameFor(model => model.Summary) </th> <th></th> </tr> @foreach (var support in Model) { <tr> @*<td> @Html.DisplayFor(modelItem => support.SupportId) </td>*@ <td> @Html.DisplayFor(modelItem => support.Name) </td> <td> @Html.DisplayFor(modelItem => support.Summary) </td> </tr> <tr> @foreach (var fileDetail in support.FileDetails) { @*<td> @Html.DisplayFor(modelItem => fileDetail.Id) </td> <td> @Html.DisplayFor(modelItem => fileDetail.FileName) </td> <td> @Html.DisplayFor(modelItem => fileDetail.Extension) </td>*@ <td> <img src="/Support/Download/?p=@(fileDetail.Id + fileDetail.Extension)&d=@fileDetail.FileName" width="150" height="84"> </td> <td> @Html.ActionLink("Change", "Edit", "Support", new { id = support.SupportId }, null) </td> } </tr> } </table>
run
|
edit
|
history
|
help
0
Find Prime number
Main 4-3
Boo socks
Encrption & Decryption C#
remove special char
My Wall
Fórum ➡ Border of a string S with at least 3 non-overlapping solutions ( optimized version ) ♦
True and false
Plt-D v.0.9.2
rangeofset