Skip to content

Commit f0cbbcb

Browse files
committed
cref StatusCodes
1 parent 713cad7 commit f0cbbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Http/Routing/src/Builder/OpenApiDelegateEndpointConventionBuilderExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static RouteHandlerConventionBuilder ExcludeFromDescription(this RouteHan
3535
/// </summary>
3636
/// <typeparam name="TResponse">The type of the response.</typeparam>
3737
/// <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>
3939
/// <param name="contentType">The response content type. Defaults to "application/json".</param>
4040
/// <param name="additionalContentTypes">Additional response content types the endpoint produces for the supplied status code.</param>
4141
/// <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
108108
/// to <see cref="EndpointBuilder.Metadata"/> for all builders produced by <paramref name="builder"/>.
109109
/// </summary>
110110
/// <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>
112112
/// <param name="contentType">The response content type. Defaults to "application/validationproblem+json".</param>
113113
/// <returns>A <see cref="RouteHandlerConventionBuilder"/> that can be used to further customize the endpoint.</returns>
114114
public static RouteHandlerConventionBuilder ProducesValidationProblem(this RouteHandlerConventionBuilder builder,

0 commit comments

Comments
 (0)