Files
LeafWeb/WebCms/Views/Results/DownloadNotFound.cshtml
T
2016-12-06 11:53:30 -05:00

10 lines
215 B
Plaintext

@{
ViewBag.Title = "Not Found";
}
<h1>
@ViewBag.Title
</h1>
<p>The given download link was not found. Please contact administrator, referencing the following url:</p>
<code>@Html.Raw(Request.Url)</code>