根據網址生成頁面的方法:服務器
- bool CreateHtmlFile(string url, string path)
- {
-
- string m_content = Utils.GetHtmlByUrl(Utils.GetAbsolutePath() + url, Encoding.UTF8);
- if (m_content == string.Empty)
- {
- return false;
- }
-
- Utils.CreateFile(m_content, Utils.GetMapPath(path), Encoding.UTF8);
- return true;
- }
具體能夠到 http://hovertree.codeplex.com下載源代碼。網站
最新開發版本請打開http://hovertree.codeplex.com/SourceControl/latest#readme.txt
而後點擊Clone右邊的Download下載。
生成靜態頁面的好處:
靜態網站最大優點是訪問速率很是快,對搜索引擎收錄支持很是友好,節約網站服務器的資源。搜索引擎