This class supports the .NET Framework infrastructure. You do not
need to use it directly in your code.
public class HtmlFormParameterReader : ValueCollectionParameterReader {
// Public Constructors
public HtmlFormParameterReader( );
// Public Instance Methods
public override object[ ] Read(System.Web.HttpRequest request); // overrides MimeParameterReader
}