@@ -18,7 +18,7 @@ public static partial class HttpResponseJsonExtensions
18
18
{
19
19
/// <summary>
20
20
/// Write the specified value as JSON to the response body. The response content-type will be set to
21
- /// <c>application/json; charset=utf-8</c> and the status code set to <c>200</c> .
21
+ /// <c>application/json; charset=utf-8</c>.
22
22
/// </summary>
23
23
/// <typeparam name="TValue">The type of object to write.</typeparam>
24
24
/// <param name="response">The response to write JSON to.</param>
@@ -36,7 +36,7 @@ public static Task WriteAsJsonAsync<TValue>(
36
36
37
37
/// <summary>
38
38
/// Write the specified value as JSON to the response body. The response content-type will be set to
39
- /// <c>application/json; charset=utf-8</c> and the status code set to <c>200</c> .
39
+ /// <c>application/json; charset=utf-8</c>.
40
40
/// </summary>
41
41
/// <typeparam name="TValue">The type of object to write.</typeparam>
42
42
/// <param name="response">The response to write JSON to.</param>
@@ -56,7 +56,7 @@ public static Task WriteAsJsonAsync<TValue>(
56
56
57
57
/// <summary>
58
58
/// Write the specified value as JSON to the response body. The response content-type will be set to
59
- /// the specified content-type and the status code set to <c>200</c> .
59
+ /// the specified content-type.
60
60
/// </summary>
61
61
/// <typeparam name="TValue">The type of object to write.</typeparam>
62
62
/// <param name="response">The response to write JSON to.</param>
@@ -86,7 +86,7 @@ public static Task WriteAsJsonAsync<TValue>(
86
86
87
87
/// <summary>
88
88
/// Write the specified value as JSON to the response body. The response content-type will be set to
89
- /// <c>application/json; charset=utf-8</c> and the status code set to <c>200</c> .
89
+ /// <c>application/json; charset=utf-8</c>.
90
90
/// </summary>
91
91
/// <param name="response">The response to write JSON to.</param>
92
92
/// <param name="value">The value to write as JSON.</param>
@@ -105,7 +105,7 @@ public static Task WriteAsJsonAsync(
105
105
106
106
/// <summary>
107
107
/// Write the specified value as JSON to the response body. The response content-type will be set to
108
- /// <c>application/json; charset=utf-8</c> and the status code set to <c>200</c> .
108
+ /// <c>application/json; charset=utf-8</c>.
109
109
/// </summary>
110
110
/// <param name="response">The response to write JSON to.</param>
111
111
/// <param name="value">The value to write as JSON.</param>
@@ -126,7 +126,7 @@ public static Task WriteAsJsonAsync(
126
126
127
127
/// <summary>
128
128
/// Write the specified value as JSON to the response body. The response content-type will be set to
129
- /// the specified content-type and the status code set to <c>200</c> .
129
+ /// the specified content-type.
130
130
/// </summary>
131
131
/// <param name="response">The response to write JSON to.</param>
132
132
/// <param name="value">The value to write as JSON.</param>
0 commit comments