Description: 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.
To Search:
File list (Check if you may need any files):
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