C# Class newtelligence.DasBlog.Web.ArchivesControl

Inheritance: System.Web.UI.UserControl
Show file Open project: AArnott/dasblog

Public Methods

Method Description
ArchivesControl ( ) : System

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
EnsureCategory ( string category ) : void
RenderCategory ( List entries ) : System.Web.UI.WebControls.PlaceHolder
RenderCategoryHeader ( string cat ) : System.Web.UI.WebControls.PlaceHolder
RenderCategoryHeader ( string cat, string displayName, bool renderLink ) : System.Web.UI.WebControls.PlaceHolder

Method Details

ArchivesControl() public method

public ArchivesControl ( ) : System
return System

OnLoad() protected method

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