213Software EngineeringMediumHow do you get information from a form that is submitted using the “post” method?ARequest.FormBResponse.writeCResponse.writelnDRequest.QueryString Correct answerA. Request.Form ExplanationThe correct answer is Request.Form.