3 references to Accepts
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
EndpointMetadataApiDescriptionProviderTest.cs (1)
998
.
Accepts
<string>("application/json", "application/xml");
Microsoft.AspNetCore.Routing.Tests (1)
Builder\OpenApiRouteHandlerBuilderExtensionsTest.cs (1)
112
builder.
Accepts
<TestEndointConventionBuilder>("text/plain");
SimpleWebSiteWithWebApplicationBuilder (1)
Program.cs (1)
48
app.MapPost("/accepts-xml", () => Accepted()).
Accepts
<Person>("application/xml");