您目前尚未登陆,请选择【登陆】或【注册
首页->博客论坛->LiveBlog v1.0测试版源码>>LiveBlog.Core/BlogSettings.cs>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:LiveBlog v1.0测试版源码
当前文件:文件类型 LiveBlog/LiveBlog.Core/BlogSettings.cs打开代码结构图
普通视图
		            
1Using 12//51aspx.com 13namespace LiveBlog.Core 14{ 15 /// <summary> 16 /// Represents the configured settings for the blog engine. 17 /// </summary> 18 public class BlogSettings 19 { 20 //============================================================ 21 // PUBLIC/PRIVATE/PROTECTED MEMBERS 22 //============================================================ 23 PRIVATE/PROTECTED/PUBLIC MEMBERS 205 206 //============================================================ 207 // CONSTRUCTORS 208 //============================================================ 209 BlogSettings() 234 235 //============================================================ 236 // STATIC PROPERTIES 237 //============================================================ 238 Instance