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, 스트링=“>”>에 대하여)
Aspose.Html.Net.FormUrlEncodedContent 클래스의 새로운 사례를 시작합니다.
public FormUrlEncodedContent(IEnumerable<keyvaluepair<string, string="">> nameValueCollection)
Parameters
nameValueCollection
IEnumerable
<에 대한 정보
KeyValuePair
<에 대한 정보
string
, string
그리고 >>
이름 가치 컬렉션.</keyvaluepair<string,></keyvaluepair<string,>