• 大小: 180KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-07
  • 语言: C#
  • 标签:

资源简介

B/S,ASP.NET文件下载源代码,文件下载,可支持多种文件格式,可以支接运行 B/S,ASP.NET文件下载源代码,文件下载,可支持多种文件格式,可以支接运行

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {
        string url = FileHelper.Encrypt(“DesignPattern.chm“);
        link.NavigateUrl = “~/download.aspx?fn=“ + url;
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1475  2009-02-08 01:13  DownloadSolution\DownloadSolution.sln

    ..A..H.      9728  2009-02-08 01:53  DownloadSolution\DownloadSolution.suo

     文件     191871  2008-07-20 17:55  DownloadSolution\Demo\files\DesignPattern.chm

     文件        153  2009-02-08 01:12  DownloadSolution\Demo\download.aspx

     文件        790  2009-02-08 01:16  DownloadSolution\Demo\App_Code\FileHelper.cs

     文件       2938  2009-02-08 01:36  DownloadSolution\Demo\App_Code\DownloadHandler.cs

     文件       1723  2009-02-08 01:17  DownloadSolution\Demo\Web.config

     文件        501  2009-02-08 01:25  DownloadSolution\Demo\Default.aspx.cs

     文件        521  2009-02-08 01:41  DownloadSolution\Demo\Default.aspx

     目录          0  2009-02-08 01:07  DownloadSolution\Demo\App_Data

     目录          0  2009-02-08 01:10  DownloadSolution\Demo\files

     目录          0  2009-02-08 01:12  DownloadSolution\Demo\App_Code

     目录          0  2009-02-08 01:07  DownloadSolution\Demo

     目录          0  2009-02-08 01:06  DownloadSolution

----------- ---------  ---------- -----  ----

               209700                    14


评论

共有 条评论

相关资源