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