Property | Type | Description | |
---|---|---|---|
CreateList | void | ||
PostSaved | void | ||
RelatedPosts | System |
Method | Description | |
---|---|---|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided
|
Method | Description | |
---|---|---|
CreateList ( IEnumerable |
Creates the list of related posts in HTML.
|
|
PostSaved ( object sender, BlogEngine.Core.SavedEventArgs e ) : void |
Handles the Saved event of the Post control.
|
|
RelatedPosts ( ) : System |
Initializes static members of the RelatedPosts class.
|
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter |
/// The |
return | void |