Beispiel #1
0
        private static async Task GetTerminalHtmlAsync(HttpContext context)
        {
            string s = await ResourceReader.GetHtmlAsync();

            await WriteAsync(s, context.Response, "text/html");
        }