?? sections_multilevelsectionmenu.ascx
字號:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Repeater id="Sections" Runat="Server">
<ItemTemplate>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="SectionNav">
<tr>
<td align="left" valign="middle" height="10" width="10">
<img src="<%=ResolveUrl("../../Images/bullet.gif")%>" alt=""><br>
</td>
<td align="left" valign="top" class="SectionNav">
<asp:HyperLink id="lnkSection" Runat="Server" />
</td>
</tr>
</table>
<community:SubSectionMenu CssClass="SectionMenu" id="SubSectionMenu" Runat="Server" />
</ItemTemplate>
</asp:Repeater>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -