一款简单易用的基础网络通讯组件库。

IFormFile 接口

表单文件

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public interface IFormFile

属性

ContentDisposition 获取Content-Disposition
ContentType 获取Content-Type
Data 实际的数据
DataPair 数据对
FileName 获取file name
Length 文件长度。在数据接收完成之前,该值为-1;
Name 获取name字段

参见