FormUrlEncodedContent
FormUrlEncodedContent class
使用 application/x-www-form-urlencoded MIME 类型编码的名称/值元组的容器。
public class FormUrlEncodedContent : ByteArrayContent
构造函数
姓名 | 描述 |
---|---|
FormUrlEncodedContent(IEnumerable<KeyValuePair<string, string>>) | 初始化FormUrlEncodedContent 类. |
特性
姓名 | 描述 |
---|---|
Headers { get; } | 获取 HTTP 内容标头。 |
方法
姓名 | 描述 |
---|---|
Dispose() | 执行与释放、释放或重置非托管资源相关的应用程序定义任务。 |
ReadAsByteArray() | 序列化HTTP内容,返回代表内容的字节数组。 |
ReadAsStream() | 序列化 HTTP 内容并返回代表内容的流。 |
ReadAsString() | 序列化HTTP内容并返回代表内容的字符串。 |
也可以看看
- class ByteArrayContent
- 命名空间 Aspose.Svg.Net
- 部件 Aspose.SVG