Implemented interface member:
property
Value
Microsoft.AspNetCore.Http.IValueHttpResult<TValue>.Value
2 writes to Value
Microsoft.AspNetCore.Http.Results (2)
AcceptedOfT.cs (2)
27Value = value; 40Value = value;
4 references to Value
Microsoft.AspNetCore.Http.Results (4)
AcceptedOfT.cs (4)
29HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode); 41HttpResultsHelper.ApplyProblemDetailsDefaultsIfNeeded(Value, StatusCode); 60object? IValueHttpResult.Value => Value; 94Value);