文件名称:AspxToHtmlDemo
- 所属分类:
- Web服务器
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-04-26
- 文件大小:
- 37kb
- 下载次数:
- 0次
- 提 供 者:
- 黄**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、路径映射类(UrlMapping),主要对路径进行拆分、拼接。(关键的一步)
2、过滤流类(FilterStream),主要负责生成静态页面。
3、静态页面类(HtmlPage),主要是调用UrlMapping和FilterStream类,
哪个页面想静态化,就继承这个类。
4、HtmlHandler类,路径后缀为Html的,都由它来处理,与HtmlPage类相似。
5、HtmlPanel类(控件),页面带上这个控件,超链接会静态化。-1, the path mapped class (UrlMapping), the main path split, splice. (Critical step)
2, the filter stream classes (FilterStream), mainly responsible for generating static pages.
3, static pages Class (HtmlPage), mainly call UrlMapping and FilterStream class,
Which page would like to be static, inherit this class.
4, HtmlHandler class path suffix Html, and by it to handle, similar to HtmlPage class.
5, HtmlPanel class (control), to bring this control page, hyperlink is static.
2、过滤流类(FilterStream),主要负责生成静态页面。
3、静态页面类(HtmlPage),主要是调用UrlMapping和FilterStream类,
哪个页面想静态化,就继承这个类。
4、HtmlHandler类,路径后缀为Html的,都由它来处理,与HtmlPage类相似。
5、HtmlPanel类(控件),页面带上这个控件,超链接会静态化。-1, the path mapped class (UrlMapping), the main path split, splice. (Critical step)
2, the filter stream classes (FilterStream), mainly responsible for generating static pages.
3, static pages Class (HtmlPage), mainly call UrlMapping and FilterStream class,
Which page would like to be static, inherit this class.
4, HtmlHandler class path suffix Html, and by it to handle, similar to HtmlPage class.
5, HtmlPanel class (control), to bring this control page, hyperlink is static.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AspxToHtmlDemo
..............\AspxToHtmlDemo
..............\..............\App_Data
..............\..............\Properties
..............\..............\..........\AssemblyInfo.cs
..............\..............\Web.config
..............\..............\Index.html
..............\..............\Index.aspx.designer.cs
..............\..............\Index.aspx
..............\..............\AspxToHtmlDemo.csproj
..............\..............\bin
..............\..............\...\AspxToHtmlDemo.dll
..............\..............\...\AspxToHtmlDemo.pdb
..............\..............\obj
..............\..............\...\Debug
..............\..............\...\.....\TempPE
..............\..............\...\.....\AspxToHtmlDemo.pdb
..............\..............\...\.....\AspxToHtmlDemo.dll
..............\..............\...\.....\AspxToHtmlDemo.csproj.FileListAbsolute.txt
..............\..............\Index___page=2.html
..............\..............\Index.aspx.cs
..............\..............\AspxToHtmlDemo.csproj.user
..............\..............\UI
..............\..............\..\HtmlPage.cs
..............\..............\..\FilterStream.cs
..............\..............\..\Controls
..............\..............\..\........\HtmlPanel.cs
..............\..............\..\UrlMapping.cs
..............\..............\..\HtmlHandler.cs
..............\AspxToHtmlDemo.sln
..............\AspxToHtmlDemo.suo
..............\说明.htm