📄 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 + -