重庆分公司,新征程启航

为企业提供网站建设、域名注册、服务器等服务

asp.net(c#)读取模板并替换模板字段

道理很简单,先创建一个html页面,然后.NET页面读取html页面的内容放到一个字符串里,然后替换字符串里相应的内容,再读出字符串。
       先从数据库中读取相应的内容,读取到datatable中
        string tilte =dt.Rows[0]["title"].ToString(); 
        Encoding encode = Encoding.GetEncoding("gb2312");
        string temp = HttpContext.Current.Server.MapPath("template/webpage.htm");
        StreamReader sr = null;
        StreamWriter sw = null;
        sr =new StreamReader(temp,encode);
        string str = sr.ReadToEnd();
        str = str.Replace("{title}", title);
        Response.Write(str);

网页标题:asp.net(c#)读取模板并替换模板字段
URL标题:http://cqcxhl.cn/article/jeghco.html

其他资讯

在线咨询
服务热线
服务热线:028-86922220
TOP