FileDownHelperDownLoad Method | Helper帮助文档 |
普通下载
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void DownLoad( string FileName )
Public Shared Sub DownLoad ( FileName As String )
public: static void DownLoad( String^ FileName )
static member DownLoad : FileName : string -> unit
Parameters
- FileName
- Type: SystemString
文件虚拟路径
See Also