8 writes to Title
Microsoft.AspNetCore.Mvc.Core (1)
DependencyInjection\ApiBehaviorOptionsSetup.cs (1)
60
Title
= value.Title,
Microsoft.AspNetCore.Mvc.Core.Test (7)
ControllerBaseTest.cs (3)
2561
Title
= "One or more validation errors occurred.",
2566
Title
= "Unprocessable entity.",
2571
Title
= "An error occurred while processing your request.",
Infrastructure\ProblemDetalsClientErrorFactoryTest.cs (4)
21
[405] = new ClientErrorData { Link = "Some link",
Title
= "Summary" },
48
[415] = new ClientErrorData { Link = "Some link",
Title
= "Summary" },
78
[405] = new ClientErrorData { Link = "Some link",
Title
= "Summary" },
104
[405] = new ClientErrorData { Link = "Some link",
Title
= "Summary" },
1 reference to Title
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\DefaultProblemDetailsFactory.cs (1)
101
problemDetails.Title ??= clientErrorData.
Title
;