2 implementations of RequestType
Microsoft.AspNetCore.Http.Abstractions (1)
Metadata\AcceptsMetadata.cs (1)
38public Type? RequestType { get; }
Microsoft.AspNetCore.Mvc.Core (1)
ConsumesAttribute.cs (1)
101Type? IAcceptsMetadata.RequestType => _requestType;
1 reference to RequestType
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointMetadataApiDescriptionProvider.cs (1)
142var acceptsRequestType = acceptsMetadata.RequestType;