示例#1
0
 protected override void AddContent(HtmlContentSectionCollection content)
 {
     foreach (HtmlContentSection htmlContentSection in (List <HtmlContentSection>)content)
     {
         this._html = this._html + "<span><h1>" + htmlContentSection.Title + ":</h1></span>";
         this._html = this._html + "<span>" + htmlContentSection.Content + "</span>";
     }
 }
示例#2
0
 protected virtual void AddContent(HtmlContentSectionCollection section)
 {
 }