摘要:Application_BeginRequest 事件中调用CSContext.Create(context, ReWriteUrl(context)); 在ReWriteUrl(context)中调用了SiteUrls.RewriteUrl(path,context.Request.Url.Query,out newPath);SiteUrls类 的Instance方法中 读取配置文件中Site...
阅读全文
huangyiiiiii此blog不再更新,大家都去我的新家吧http://codeplayer.blogbus.com |
随笔分类 - CommunityServer
CommunityServer
摘要:Application_BeginRequest 事件中调用CSContext.Create(context, ReWriteUrl(context)); 在ReWriteUrl(context)中调用了SiteUrls.RewriteUrl(path,context.Request.Url.Query,out newPath);SiteUrls类 的Instance方法中 读取配置文件中Site...
阅读全文
摘要:communityserver 通过NameValueCollection 并通过将属性值变成字符串 然后将所有属性值序列化 存到数据库.
阅读全文
摘要:程序执行流程
*.aspx
-ContentContainer.cs Page.LoadControl(*MasterPage.ascx); and fill regions with contents
-*MasterPage.ascx
-LayoutControls Page.LoadControl(....ascx);
-View-*.ascx
-Controls Page.LoadControl(...ascx); 直接调用Components中的类
-Skin-*.ascx
-Co
阅读全文
|