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