Files
LeafWeb/Web/Views/ResultsAdmin/DownloadNotFound.cshtml
T

10 lines
154 B
Plaintext

@{
ViewBag.Title = "Not Found";
}
<h1>
@ViewBag.Title
</h1>
<p>The given download link was not found.</p>
<code>@Html.Raw(Request.Url)</code>