Class HttpPostFieldCollection
Represents a collection of the HTTP POST parameters.
Inheritance
System.Object
HttpPostFieldCollection
Namespace: Syncfusion.HtmlConverter
Assembly: Syncfusion.HtmlConverter.Base.dll
Syntax
public class HttpPostFieldCollection : Dictionary<string, string>
Constructors
HttpPostFieldCollection()
Declaration
public HttpPostFieldCollection()