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

IFormFile 接口

表单文件

Definition

命名空间: TouchSocket.Http
程序集: TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
public interface IFormFile

属性

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

参见