Class FormUrlEncodedContent
Nome do espaço: Aspose.Html.Net Assembleia: Aspose.HTML.dll (25.4.0)
Um contêiner para nomes/valor duplos codificados usando o aplicativo/x-www-form-urlencoded MIME tipo.
[ComVisible(true)]
public class FormUrlEncodedContent : ByteArrayContent, IDisposable
Inheritance
object ← Content ← ByteArrayContent ← FormUrlEncodedContent
Implements
Membros herdados
ByteArrayContent.SerializeToStream(Stream) , Content.SerializeToStream(Stream) , Content.ReadAsStream() , Content.ReadAsByteArray() , Content.ReadAsString() , Content.Dispose(bool) , Content.Dispose() , Content.Headers , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FormUrlEncodedContent(IEnumerable<keyvaluepair<string, string="">&O PT;)
Inicia uma nova instância da classe Aspose.Html.Net.FormUrlEncodedContent.
public FormUrlEncodedContent(IEnumerable<keyvaluepair<string, string="">> nameValueCollection)
Parameters
nameValueCollection
IEnumerable
e o PT;
KeyValuePair
e o PT;
string
, string
e > >
Nome da coleção de valores.</keyvaluepair<string,></keyvaluepair<string,>