1 write to Value
Microsoft.AspNetCore.Mvc.Core (1)
ObjectResult.cs (1)
24
Value
= value;
6 references to Value
Microsoft.AspNetCore.Mvc.Core (6)
ApiBehaviorOptions.cs (1)
87
/// instance where the <see cref="ObjectResult.
Value
"/> is <see cref="ProblemDetails"/>.
Infrastructure\ObjectResultExecutor.cs (3)
77
objectType = result.
Value
?.GetType();
80
var value = result.
Value
;
131
if (result.
Value
is ProblemDetails)
MvcOptions.cs (1)
364
/// When <see cref="ObjectResult.
Value
" /> is an instance of <see cref="IAsyncEnumerable{T}"/>,
ObjectResult.cs (1)
73
if (
Value
is ProblemDetails details)