動態生成aspx檔案及相應的cs檔案。
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;
using system.io;
using system.text;
/// /// scpage 的摘要說明
///
public class scpage
system.web.ui.page p = new page();
/// /// 生成aspx檔案
///
///
public bool scpages(string pagename,string content)
/// /// 生成cs檔案
///
///
public bool sccs(string pagename)
/// /// 對檔案進行流的操作
///
/// 路徑
///
public string filestreamreader(string path)
public bool filestreamwrite(string path, string content)
catch
finally
}}
將ASPX檔案生成HTML檔案
方案1 傳入url返回網頁的html url public static string geturltohtml string url get the response stream.system.io.stream respstream wresp.getresponsestream dim re...
aspx生成靜態頁面
前台 如下 default.aspx 後台 如下 default.aspx.cs 注 其中hover為web專案名 using system using system.data using system.configuration using system.web using system.web....
aspx 生成HTML 靜態頁
cs 頁 using system using system.data using system.configuration using system.collections using system.web using system.web.security using system.web.ui...