1 implementation of GetResultDataType
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionResultTypeMapper.cs (1)
12
public Type
GetResultDataType
(Type returnType)
1 reference to GetResultDataType
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
375
unwrappedType = _mapper.
GetResultDataType
(unwrappedType);