Table of Contents

Class ModelMultiPart

Namespace
ZapLib.Model
Assembly
ZapLib.dll

從 Multi-Part Form 中取得對應的模型

public class ModelMultiPart
Inheritance
ModelMultiPart
Inherited Members

Properties

body

資料部分

public NameValueCollection body { get; set; }

Property Value

NameValueCollection

files

檔案部分

public List<ModelFile> files { get; set; }

Property Value

List<ModelFile>