5 references to ProblemDetailsFactory
Microsoft.AspNetCore.Mvc.Core (5)
ControllerBase.cs (5)
181/// Gets or sets the <see cref="ProblemDetailsFactory"/>. 1867if (ProblemDetailsFactory == null) 1881problemDetails = ProblemDetailsFactory.CreateProblemDetails( 1989if (ProblemDetailsFactory == null) 2003validationProblem = ProblemDetailsFactory.CreateValidationProblemDetails(