ImageUpload.FormFile Property

HD.Common

ImageUploadFormFile Property Helper帮助文档
上传控件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public HtmlInputFile FormFile { set; }
Public WriteOnly Property FormFile As HtmlInputFile
	Set
public:
property HtmlInputFile^ FormFile {
	void set (HtmlInputFile^ value);
}
member FormFile : HtmlInputFile with set

Property Value

Type: HtmlInputFile
See Also

Reference