{_text = ((FaqInfo)faqInfo).AnswerText;
}
}
}
public string Text
{ get { return _text; } set { _text = value; }}
override protected void RenderContents(
HtmlTextWriter writer)
{SectionInfo objSectionInfo =
(SectionInfo)Context.Items["SectionInfo"];
writer.Write(
CommunityGlobals.FormatText(
objSectionInfo.AllowHtmlInput,
objSectionInfo.ID, _text));
}
&<< 上一页 [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] ... 下一页 >>