示例#1
0
 public static WebDownload WebDownload(this FileEntity f)
 {
     return(new WebDownload {
         FullWebPath = DownloadFileUrl(f?.ToLite())
     });
 }