File tree 1 file changed +2
-2
lines changed
src/Http/Routing/src/Builder 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static RouteHandlerConventionBuilder ExcludeFromDescription(this RouteHan
35
35
/// </summary>
36
36
/// <typeparam name="TResponse">The type of the response.</typeparam>
37
37
/// <param name="builder">The <see cref="RouteHandlerConventionBuilder"/>.</param>
38
- /// <param name="statusCode">The response status code. Defaults to StatusCodes.Status200OK.</param>
38
+ /// <param name="statusCode">The response status code. Defaults to <see cref=" StatusCodes.Status200OK"/> .</param>
39
39
/// <param name="contentType">The response content type. Defaults to "application/json".</param>
40
40
/// <param name="additionalContentTypes">Additional response content types the endpoint produces for the supplied status code.</param>
41
41
/// <returns>A <see cref="RouteHandlerConventionBuilder"/> that can be used to further customize the endpoint.</returns>
@@ -108,7 +108,7 @@ public static RouteHandlerConventionBuilder ProducesProblem(this RouteHandlerCon
108
108
/// to <see cref="EndpointBuilder.Metadata"/> for all builders produced by <paramref name="builder"/>.
109
109
/// </summary>
110
110
/// <param name="builder">The <see cref="RouteHandlerConventionBuilder"/>.</param>
111
- /// <param name="statusCode">The response status code. Defaults to StatusCodes.Status400BadRequest.</param>
111
+ /// <param name="statusCode">The response status code. Defaults to <see cref=" StatusCodes.Status400BadRequest"/> .</param>
112
112
/// <param name="contentType">The response content type. Defaults to "application/validationproblem+json".</param>
113
113
/// <returns>A <see cref="RouteHandlerConventionBuilder"/> that can be used to further customize the endpoint.</returns>
114
114
public static RouteHandlerConventionBuilder ProducesValidationProblem ( this RouteHandlerConventionBuilder builder ,
You can’t perform that action at this time.
0 commit comments