1 write to TreatEmptyInputAsDefaultValue
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
79
TreatEmptyInputAsDefaultValue
= treatEmptyInputAsDefaultValue;
3 references to TreatEmptyInputAsDefaultValue
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
58
/// A value for the <see cref="
TreatEmptyInputAsDefaultValue
"/> property.
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\InputFormatter.cs (1)
102
if (context.
TreatEmptyInputAsDefaultValue
)
Formatters\SystemTextJsonInputFormatter.cs (1)
118
if (model == null && !context.
TreatEmptyInputAsDefaultValue
)