Don't end response so people can actually hook into PostRequestHandlerExecute

This commit is contained in:
Sebastiaan Janssen
2015-11-18 19:41:20 +01:00
parent aca181b32e
commit bf9755b27c

View File

@@ -44,8 +44,6 @@ namespace Umbraco.Web.Routing
response.Write("<p>This page can be replaced with a custom 404. Check the documentation for \"custom 404\".</p>");
response.Write("<p style=\"border-top: 1px solid #ccc; padding-top: 10px\"><small>This page is intentionally left ugly ;-)</small></p>");
response.Write("</body></html>");
response.End();
}
public bool IsReusable