ASP.NET DisplayMode ÊôÐÔ

¶¨ÒåºÍÓ÷¨

DisplayMode ÊôÐÔÓÃÓÚÉèÖûò·µ»ØËùÏÔʾµÄÁбíµÄÀàÐÍ¡£

Óï·¨

<asp:BulletedList DisplayMode="mode" runat="server">
some content
</asp:BulletedList>
ÊôÐÔ ÃèÊö
mode

¹æ¶¨ÁбíÏîµÄÏÔʾģʽ¡£

¿ÉÄܵÄÖµ£º

  • Text - ĬÈÏ¡£±ê×¼Îı¾
  • HyperLink - ³¬Á´½Ó
  • LinkButton - ³¬Á´½Ó°´Å¥

ʵÀý

ÏÂÃæµÄÀý×ÓÉèÖÃÁË BulletedList ¿Ø¼þµÄ DisplayMode£º

<form runat="server">
<asp:Bulletedlist DisplayMode="HyperLink" id="bl1" runat="server">

<asp:ListItem Text="W3School" Value="http://www.w3school.com.cn/" />

</asp:Bulletedlist>
</form>

ʵÀý

ÉèÖà RadioButtonList ¿Ø¼þµÄ DisplayMode