Implemented interface member:
property
Type
Microsoft.AspNetCore.Http.Metadata.IProducesResponseTypeMetadata.Type
2 writes to Type
Microsoft.AspNetCore.Http.Abstractions (2)
Metadata\ProducesResponseTypeMetadata.cs (2)
29Type = type; 58Type = type;
3 references to Type
Microsoft.AspNetCore.Http.Abstractions (3)
Metadata\ProducesResponseTypeMetadata.cs (3)
24/// <param name="type">The <see cref="Type"/> of object that is going to be written in the response.</param> 86return DebuggerHelpers.GetDebugText(nameof(StatusCode), StatusCode, nameof(ContentTypes), ContentTypes, nameof(Type), Type, includeNullValues: false, prefix: "Produces");