Click or drag to resize
FileUpDownDownload Method
提供下载服务 返回指定路径文件的下载链接

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string Download(
	string path
)

Parameters

path
Type: SystemString
文件的物理路径

Return Value

Type: String
See Also