Implemented interface member:
method
Convert
Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultTypeMapper.Convert(System.Object, System.Type)
4 references to Convert
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\ActionResultTypeMapperTest.cs (4)
21
var result = mapper.
Convert
(returnValue, typeof(string));
36
var result = mapper.
Convert
(returnValue, returnValue.GetType());
52
var result = mapper.
Convert
(returnValue, returnValue.GetType());
67
var result = mapper.
Convert
(returnValue, typeof(string));