We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4dd6a commit 0d704a0Copy full SHA for 0d704a0
projects/syndications/syndication-1/Program.cs
@@ -35,7 +35,7 @@
35
}
36
str.Append("</ul>");
37
38
- context.Response.Headers.Add("Content-Type", "text/html");
+ context.Response.Headers.Append("Content-Type", "text/html");
39
await context.Response.WriteAsync($@"
40
<html>
41
<head>
projects/syndications/syndication-2/Program.cs
@@ -51,7 +51,7 @@
51
52
53
54
55
56
57
0 commit comments