C# Class newtelligence.DasBlog.Web.CategoryView

Inheritance: SharedBasePage
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder

Protected Methods

Method Description
InitializeMacros ( ) : Macros
LoadEntries ( ) : EntryCollection

Method Details

InitializeMacros() protected method

protected InitializeMacros ( ) : Macros
return Macros

LoadEntries() protected method

protected LoadEntries ( ) : EntryCollection
return EntryCollection

Property Details

contentPlaceHolder protected property

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