TouchSocket手册
C#
VB
F#
一款简单易用的基础网络通讯组件库。
Show/Hide TOC
IForm
File 接口
表单文件
Definition
命名空间:
TouchSocket.Http
程序集:
TouchSocket.Http (在 TouchSocket.Http.dll 中) 版本:3.0.0+ccaf96084d09f972257496d1dd63b8ba3c1e44f0
C#
复制
public
interface
IFormFile
VB
复制
Public
Interface
IFormFile
F#
复制
type
IFormFile
=
interface
end
属性
ContentDisposition
获取Content-Disposition
ContentType
获取Content-Type
Data
实际的数据
DataPair
数据对
FileName
获取file name
Length
文件长度。在数据接收完成之前,该值为-1;
Name
获取name字段
参见
引用
TouchSocket.Http 命名空间
In This Article
Definition
属性
参见