Class FormUrlEncodedContent
Название пространства: Aspose.Html.Net Ассоциация: Aspose.HTML.dll (25.4.0)
Контейнер для наименований/ценовых труб, зашифрованных с помощью приложения/x-www-form-urlencoded MIME-тип.
[ComVisible(true)]
public class FormUrlEncodedContent : ByteArrayContent, IDisposable
Inheritance
object ← Content ← ByteArrayContent ← FormUrlEncodedContent
Implements
Наследованные члены
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="">&в гт;)
Инициализует новую инстанцию класса Aspose.Html.Net.FormUrlEncodedContent.
public FormUrlEncodedContent(IEnumerable<keyvaluepair<string, string="">> nameValueCollection)
Parameters
nameValueCollection
IEnumerable
• <
KeyValuePair
• <
string
, string
• > >
Название коллекции ценностей.</keyvaluepair<string,></keyvaluepair<string,>