1 write to Response
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\Diagnostics\BaseView.cs (1)
65Response = Context.Response;
2 references to Response
Microsoft.AspNetCore.Diagnostics (2)
src\Shared\Diagnostics\BaseView.cs (1)
66Output = new StreamWriter(Response.Body, Encoding.UTF8, 4096, leaveOpen: true);
WelcomePage\Views\Obsolete\WelcomePage.cs (1)
30Response.ContentType = "text/html";