Asp.Net如何生成静态页面
2019-10-18 08:38:34来源:爱站网 阅读 ()
Asp.Net如何生成静态页面?对于这个问题你是不是有很多的疑问呢?那么我们现在就针对这个问题一起去看看关于Asp.Net生成静态页面的实现方法,大家一起来学习吧。
using System;
using System.Data;
using System.Configuration;
using System.Collections;
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 Mysqlserver;//数据库操作类
using System.IO;
using System.Text;
namespace NewsAdd
{
??? public partial class Admin_AdminPanel_NewsAdd : System.Web.UI.Page
??? {
??????? protected void Page_Load(object sender, EventArgs e)
??????? {
?
??????? }
??????? protected void Button1_Click(object sender, EventArgs e)
??????? {
??????????? string strTitle=Request.Form["Title"].ToString();
??????????? string strContent=Request.Form["Content"].ToString();
??????????? SqlServerDataBase db = new SqlServerDataBase();
??????????? bool success = db.Insert("insert into inNews(Title,Content)values('" + strTitle + "','" + strContent + "')", null);
??????????? //if (success)
?????????????? // Message.Text = "添加成功!";
??????????? /**////////////////////////////创建当前日期的文件夹开始
??????????? string dir = Server.MapPath("../../"+"NewsFiles/"+DateTime.Now.ToString("yyMMdd"));
??????????? if (!Directory.Exists(dir))
??????????? {
??????????????? Directory.CreateDirectory(dir);
??????????? }
??????????? /**////////////////////////////创建当前日期的文件夹结束
??????????? string[] newContent = new string[5];//定义和html标记数目一致的数组
??????????? StringBuilder strhtml = new StringBuilder();
??????????? try
??????????? {
??????????????? //创建StreamReader对象
??????????????? using (StreamReader sr = new StreamReader(Server.MapPath("../../" + "NewsFiles/") + "/template.html"))
??????????????? {
??????????????????? String oneline;
??????????????????? //读取指定的HTML文件模板
??????????????????? while ((oneline = sr.ReadLine()) != null)
??????????????????? {
??????????????????????? strhtml.Append(oneline);
??????????????????? }
??????????????????? sr.Close();
??????????????? }
??????????? }
??????????? catch (Exception err)
??????????? {
??????????????? //输出异常信息
??????????????? Response.Write(err.ToString());
??????????? }
??????????? //为标记数组赋值
??????????? newContent[0] = strTitle;//标题
??????????? newContent[1] = "BackColor='#cccfff'";//背景色
??????????? newContent[2] = "#ff0000";//字体颜色
??????????? newContent[3] = "100px";//字体大小
??????????? newContent[4] = strContent;//主要内容
??????????? //根据上面新的内容生成html文件
??????????? try
??????????? {
??????????????? //指定要生成的HTML文件
??????????????? string fname = Server.MapPath("../../" + "NewsFiles/" + DateTime.Now.ToString("yyMMdd")) + "/" + DateTime.Now.ToString("yyyymmddhhmmss") + ".html";
??????????????? //替换html模版文件里的标记为新的内容
??????????????? for (int i = 0; i < 5; i++)
??????????????? {
??????????????????? strhtml.Replace("$htmlkey[" + i + "]", newContent[i]);
??????????????? }
??????????????? //创建文件信息对象
??????????????? FileInfo finfo = new FileInfo(fname);
??????????????? //以打开或者写入的形式创建文件流
??????????????? using (FileStream fs = finfo.OpenWrite())
??????????????? {
??????????????????? //根据上面创建的文件流创建写数据流
??????????????????? StreamWriter sw = new StreamWriter(fs, System.Text.Encoding.GetEncoding("GB2312"));
??????????????????? //把新的内容写到创建的HTML页面中
??????????????????? sw.WriteLine(strhtml);
??????????????????? sw.Flush();
??????????????????? sw.Close();
??????????????? }
??????????? }
??????????? catch (Exception err)
??????????? {
??????????????? Response.Write(err.ToString());
??????????? }
??????? }
}
}
template.html 代码
?
?
<html>
?????? <head>
????????????? <title>$htmlkey[0]</title>
????????????? <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
?????? </head>
?????? <body >
????????????? <table $htmlkey[1] height="100%" border="0" width="100%" cellpadding="10" cellspacing="0"? bgcolor="#eeeeee" style="border:1px solid #000000" mce_style="border:1px solid #000000">
???????????????? <tr>
??????????????????? <td width="100%" valign="middle" align="left">
??????????????????????? <span style="color: $htmlkey[2];font-size: $htmlkey[3]" mce_style="color: $htmlkey[2];font-size: $htmlkey[3]">$htmlkey[4]</span>
??????????????????? </td>
???????????????? </tr>
????????????? </table>
?????? </body>
</html>
以上就是关于Asp.Net如何生成静态页面的内容,接下来我将会去带来一些其他的与大家分享,欢迎您关注爱站技术频道。
原文链接:https://js.aizhan.com/develop/aspnet/9548.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- asp.net源程序编译为dll文件并调用的实现过程 2020-03-29
- Asp.net MVC SignalR来做实时Web聊天实例代码 2020-03-29
- ASP.NET MVC中jQuery与angularjs混合应用传参并绑定数据 2020-03-29
- Asp.Net中WebForm的生命周期 2020-03-29
- ASP.NET使用Ajax返回Json对象的方法 2020-03-23
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash