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
Merge two array
Hello Demo
sdfrgthyjuytrfdf
наименьшее общее кратное двух чисел a и b
1
Collatz Conjecture Using Pi
zero comp
delete_xml_empty_tags
extrefGenerate
CallBy Val Vs Ref Double