I have a 3rd party submitting data via form post. I want to capture the contents of the post without actually doing
Request[FormElementName"].ToString()
for every element that i am expecting
Is there some method/property in the Request object which would allow me to capture the entire form post? Something similar to
Request.RawUrl.ToString()