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