Gets a collection of Forms.
[Visual Basic] Public ReadOnly Property Form As NameValueCollection [C#] public NameValueCollection Form {get;} [C++] public: __property NameValueCollection* get_Form(); [JScript] public function get Form() : NameValueCollection;
Managed reference to an HttpValueCollection representing a collection of Form variables.
Populated when the Http Request Content type is either "application/x-www-form-urlencoded" or multipart/form-data".
HttpRequest Class | HttpRequest Members | System.Web Namespace