Determines whether the Web page is in postback and returns a name/value collection of the postback variables.
A System.Collections.Specialized.NameValueCollection of the postback variables, if any; otherwise null.
The PageAdapter.DeterminePostBackMode method returns one of the following collections:
Form variables if the HTTP data transfer method is POST.
Query string variables if the HTTP method is GET.