Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 6, 2019 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/2a84df1ab91431f21710c42981635834 to your computer and use it in GitHub Desktop.
Save IntegerMan/2a84df1ab91431f21710c42981635834 to your computer and use it in GitHub Desktop.
<div>
<h2>Test Cases</h2>
<ul>
@foreach (var item in Model.TestCases)
{
<li><a asp-action="Details" asp-controller="TestCases" asp-route-id="@item.Id">@item.Name</a></li>
}
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment