python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
ASP.NET Core Web API: how to assign value of null to a missing property in the request when parameter binding
Using .NET 6.0. When trying to bind a parameter to a body of the request, I want to assign a value of null to the properties that aren't included in the request.
Consider the following:
public class S...
concentriq
Votes: 0
Answers: 1