📄 sections_sectionmenu.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="3" class="TopicNav">
<tr>
<td align="left" valign="top" width="122" height="17" class="TopicNav">
<asp:HyperLink id="lnkSection" Runat="Server"/>
</td>
<td align="left" valign="top">
<img src='<%=ResolveUrl("../../Images/NavIcon.gif")%>' width="31" height="17" alt=""><br>
</td>
</tr>
</table>
</ItemTemplate>
</asp:Repeater>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -