namespace Microsoft.AspNet.Diagnostics.Views
{
#line 1 "ErrorPage.cshtml"
using System
#line default
#line hidden
;
#line 2 "ErrorPage.cshtml"
using System.Globalization
#line default
#line hidden
;
#line 3 "ErrorPage.cshtml"
using System.Linq
#line default
#line hidden
;
#line 4 "ErrorPage.cshtml"
using Views
#line default
#line hidden
;
using System.Threading.Tasks;
public class ErrorPage : Microsoft.AspNet.Diagnostics.Views.BaseView
{
#line 6 "ErrorPage.cshtml"
///
///
///
public ErrorPageModel Model { get; set; }
#line default
#line hidden
#line hidden
public ErrorPage()
{
}
public override async Task ExecuteAsync()
{
#line 12 "ErrorPage.cshtml"
Response.StatusCode = 500;
// TODO: Response.ReasonPhrase = "Internal Server Error";
Response.ContentType = "text/html";
Response.ContentLength = null; // Clear any prior Content-Length
string location = string.Empty;
#line default
#line hidden
WriteLiteral("\r\n\r\n(
#line 20 "ErrorPage.cshtml"
CultureInfo.CurrentUICulture.TwoLetterISOLanguageName
#line default
#line hidden
, 471), false));
WriteLiteral(" xmlns=\"http://www.w3.org/1999/xhtml\">\r\n
\r\n \r\n ");
Write(
#line 23 "ErrorPage.cshtml"
Resources.ErrorPageHtml_Title
#line default
#line hidden
);
WriteLiteral("\r\n