1 write to Response
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\RazorViews\BaseView.cs (1)
84Response = Context.Response;
6 references to Response
Microsoft.AspNetCore.Diagnostics (6)
DeveloperExceptionPage\Views\CompilationErrorPage.Designer.cs (3)
57Response.StatusCode = 500; 58Response.ContentType = "text/html; charset=utf-8"; 59Response.ContentLength = null; // Clear any prior Content-Length
DeveloperExceptionPage\Views\ErrorPage.Designer.cs (1)
65Response.ContentType = "text/html; charset=utf-8";
src\Shared\RazorViews\BaseView.cs (1)
91await buffer.CopyToAsync(Response.Body);
WelcomePage\Views\WelcomePage.Designer.cs (1)
29Response.ContentType = "text/html; charset=utf-8";