FileMultipartSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示文件多部分部分
public ref class FileMultipartSection
public class FileMultipartSection
type FileMultipartSection = class
Public Class FileMultipartSection
- 继承
-
FileMultipartSection
构造函数
FileMultipartSection(MultipartSection, ContentDispositionHeaderValue) |
创建 FileMultipartSection 类的新实例 |
FileMultipartSection(MultipartSection) |
创建 FileMultipartSection 类的新实例 |
属性
FileName |
从 节中获取文件的名称 |
FileStream |
从节正文中获取文件流 |
Name |
获取节的名称 |
Section |
获取创建此对象的原始部分 |