com.aspose.html.net

Class FormUrlEncodedContent

  • All Implemented Interfaces:
    com.aspose.html.internal.ms.System.IDisposable


    public class FormUrlEncodedContent
    extends ByteArrayContent

    A container for name/value tuples encoded using application/x-www-form-urlencoded MIME type.

    • Constructor Detail

      • FormUrlEncodedContent

        public FormUrlEncodedContent(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<com.aspose.html.internal.ms.System.Collections.Generic.KeyValuePair<String,String>> nameValueCollection)

        Initializes a new instance of the FormUrlEncodedContent class.

        Parameters:
        nameValueCollection - The name value collection.