Implemented interface member:
property
ContentTypes
Microsoft.AspNetCore.Http.Metadata.IProducesResponseTypeMetadata.ContentTypes
3 writes to ContentTypes
Microsoft.AspNetCore.Http.Abstractions (3)
Metadata\ProducesResponseTypeMetadata.cs (3)
33
ContentTypes
= Enumerable.Empty<string>();
43
ContentTypes
= contentTypes;
60
ContentTypes
= contentTypes;
2 references to ContentTypes
Microsoft.AspNetCore.Http.Abstractions (2)
Metadata\ProducesResponseTypeMetadata.cs (2)
86
return DebuggerHelpers.GetDebugText(nameof(StatusCode), StatusCode, nameof(
ContentTypes
),
ContentTypes
, nameof(Type), Type, includeNullValues: false, prefix: "Produces");