2005年10月11日
摘要: Base Methods Get PostsCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public abstract WeblogPost GetWeblogPost(int postID, bool in... 阅读全文
posted @ 2005-10-11 18:16 Konimeter 阅读(455) 评论(3) 推荐(0)
摘要: 跟踪发表按钮 Controls\CreateEditBlogPost.cs namespace CommunityServer.Blogs.Controls public class CreateEditBlogPost : WeblogAdminTemplatedWebControl private void PostButton_Click (Object sende... 阅读全文
posted @ 2005-10-11 18:14 Konimeter 阅读(380) 评论(0) 推荐(0)
摘要: Blog,New postEditor.aspx?App=kzi&BPT=Post App=kzi,表示我的blog,我用kzi作为注册用户 BPT=Post,未知。 csContext.PostID=-1(新建时为-1,修改的时候,应该就是具体PostID,因为代码中根据此ID进行获取currentPost的操作(WeblogPosts.GetPost)) currentPost=null(根据... 阅读全文
posted @ 2005-10-11 18:14 Konimeter 阅读(322) 评论(0) 推荐(0)