net6.0
namespace Microsoft.AspNetCore.Http
{
public static class OpenApiRouteHandlerBuilderExtensions
{
public static RouteHandlerBuilder! Produces<TResponse>(this RouteHandlerBuilder! builder, int statusCode = 200, string? contentType = null, params string![]! additionalContentTypes);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net6.0 | |
Assembly | Microsoft.AspNetCore.Routing , Version=6.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |