Split LeafOutputFile content into different table for performance
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
@{
|
||||
ViewBag.Title = "Not Found";
|
||||
}
|
||||
|
||||
<h1>
|
||||
@ViewBag.Title
|
||||
</h1>
|
||||
|
||||
<p>The given download link was not found.</p>
|
||||
<code>@Html.Raw(Request.Url)</code>
|
||||
Reference in New Issue
Block a user