BulletedList.RenderBulletText(ListItem, Int32, HtmlTextWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the bulleted text for each list item in a BulletedList control.
protected:
virtual void RenderBulletText(System::Web::UI::WebControls::ListItem ^ item, int index, System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderBulletText (System.Web.UI.WebControls.ListItem item, int index, System.Web.UI.HtmlTextWriter writer);
abstract member RenderBulletText : System.Web.UI.WebControls.ListItem * int * System.Web.UI.HtmlTextWriter -> unit
override this.RenderBulletText : System.Web.UI.WebControls.ListItem * int * System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderBulletText (item As ListItem, index As Integer, writer As HtmlTextWriter)
Parameters
- item
- ListItem
A collection of ListItem objects in a BulletedList.
- writer
- HtmlTextWriter
The output stream that renders HTML content to the client.
Remarks
The RenderBulletText method renders the bulleted text for each list item in a BulletedList control using the specified DisplayMode property.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.