码迷,mamicode.com
首页 > Windows程序 > 详细

使用自定义主题让Windows Live Writer在本地预览语法高亮效果

时间:2014-11-16 23:03:54      阅读:343      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   使用   sp   on   art   bs   html   

public class TimeHandler : IHttpHandler
    {

        public void ProcessRequest(HttpContext context)
        {
            context.Response.ContentType = "text/plain";
            context.Response.Write(DateTime.Now.ToString("yyy-MM-dd hh:mm:ss"));
        }

        public bool IsReusable
        {
            get
            {
                return false;
            }
        }
    }

使用自定义主题让Windows Live Writer在本地预览语法高亮效果

标签:http   ar   os   使用   sp   on   art   bs   html   

原文地址:http://www.cnblogs.com/vin-c/p/4102554.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!