C# Class Subtext.Web.Admin.Articles.Articles

显示文件 Open project: ayende/Subtext

Protected Properties

Property Type Description
categoryLinks global::Subtext.Web.Admin.UserControls.CategoryLinkList
postsContent global::System.Web.UI.WebControls.ContentPlaceHolder

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
BindLocalUI ( ) : void
OnRebuildTagsClick ( object sender, EventArgs e ) : void

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

categoryLinks protected_oe property

categoryLinks control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.UserControls.CategoryLinkList categoryLinks
return global::Subtext.Web.Admin.UserControls.CategoryLinkList

postsContent protected_oe property

postsContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder postsContent
return global::System.Web.UI.WebControls.ContentPlaceHolder