1 write to TreatEmptyInputAsDefaultValue
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterContext.cs (1)
79TreatEmptyInputAsDefaultValue = 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)
102if (context.TreatEmptyInputAsDefaultValue)
Formatters\SystemTextJsonInputFormatter.cs (1)
118if (model == null && !context.TreatEmptyInputAsDefaultValue)