14 writes to Type
Microsoft.AspNetCore.Http.Extensions (3)
_generated\1\ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type = value!,
_generated\2\ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type = value!,
src\aspnetcore\src\Shared\ProblemDetails\ProblemDetailsDefaults.cs (1)
193problemDetails.Type ??= defaults.Type;
Microsoft.AspNetCore.Http.Results (4)
Results.cs (1)
807Type = type,
src\aspnetcore\src\Shared\ProblemDetails\ProblemDetailsDefaults.cs (1)
193problemDetails.Type ??= defaults.Type;
TypedResults.cs (2)
795Type = type, 862Type = type,
Microsoft.AspNetCore.Mvc.Core (6)
ControllerBase.cs (2)
1876Type = type, 1998Type = type,
Infrastructure\DefaultProblemDetailsFactory.cs (3)
52Type = type, 79Type = type, 102problemDetails.Type ??= clientErrorData.Link;
src\aspnetcore\src\Shared\ProblemDetails\ProblemDetailsDefaults.cs (1)
193problemDetails.Type ??= defaults.Type;
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
ProblemDetailsWrapper.cs (1)
100ProblemDetails.Type = value;
20 references to Type
Microsoft.AspNetCore.Http.Extensions (2)
_generated\1\ProblemDetailsJsonContext.HttpValidationProblemDetails.g.cs (1)
82Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type,
_generated\2\ProblemDetailsJsonContext.ProblemDetails.g.cs (1)
60Getter = static obj => ((global::Microsoft.AspNetCore.Mvc.ProblemDetails)obj).Type,
Microsoft.AspNetCore.Http.Results (8)
Results.cs (4)
712/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 731/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 762/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 786/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param>
TypedResults.cs (4)
755/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 776/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 822/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 843/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param>
Microsoft.AspNetCore.Mvc.Core (8)
ClientErrorData.cs (1)
16/// By default, this maps to <see cref="ProblemDetails.Type"/>.
ControllerBase.cs (4)
1835/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 1854/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 1946/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 1970/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param>
Infrastructure\DefaultApiProblemDetailsWriter.cs (1)
60context.ProblemDetails.Type,
Infrastructure\ProblemDetailsFactory.cs (2)
20/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param> 39/// <param name="type">The value for <see cref="ProblemDetails.Type" />.</param>
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
ProblemDetailsWrapper.cs (2)
145if (!string.IsNullOrEmpty(ProblemDetails.Type)) 149ProblemDetails.Type);