Implemented interface member:
method
GetClientError
Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorFactory.GetClientError(Microsoft.AspNetCore.Mvc.ActionContext, Microsoft.AspNetCore.Mvc.Infrastructure.IClientErrorActionResult)
4 references to GetClientError
Microsoft.AspNetCore.Mvc.Core.Test (4)
Infrastructure\ProblemDetalsClientErrorFactoryTest.cs (4)
27
var result = factory.
GetClientError
(GetActionContext(), clientError);
54
var result = factory.
GetClientError
(GetActionContext(), clientError);
84
var result = factory.
GetClientError
(GetActionContext(), clientError);
110
var result = factory.
GetClientError
(GetActionContext(), clientError);