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)
21var result = mapper.Convert(returnValue, typeof(string)); 36var result = mapper.Convert(returnValue, returnValue.GetType()); 52var result = mapper.Convert(returnValue, returnValue.GetType()); 67var result = mapper.Convert(returnValue, typeof(string));