Method | Description | |
---|---|---|
PostList ( ) : System |
Initializes a new instance of the PostList class.
|
Method | Description | |
---|---|---|
OnInit ( |
||
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
Method | Description | |
---|---|---|
BindPosts ( ) : void |
Binds the list of posts to individual postview.ascx controls from the current theme.
|
|
GetPageIndex ( ) : int |
Retrieves the current page index based on the QueryString.
|
|
InitPaging ( ) : void |
Initializes the Next and Previous links
|
|
ShowExcerpt ( ) : bool |
Whether or not to show the entire post or just the excerpt/description in the post list
|
protected OnLoad ( |
||
e |
/// The |
|
return | void |