Parameters are not binding the empty values when an empty value is passed from Jquery Ajax POST request in Asp.net core mvc project
In the below code I am passing an empty value for "FirstName". When the Ajax POST request is made on the controller side the "FirstName" parameter value is coming as Null but if I pass any value the value is…