1 implementation of Convert
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionResultTypeMapper.cs (1)
25public IActionResult Convert(object? value, Type returnType)
1 reference to Convert
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionMethodExecutor.cs (1)
366var result = (returnValue as IActionResult) ?? mapper.Convert(returnValue, declaredType);