sections_sectionmenubottom.ascx
来自「C#邮件代码库,用于邮件发送」· ASCX 代码 · 共 15 行
ASCX
15 行
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<asp:Repeater id="Sections" Runat="Server">
<ItemTemplate>
<span style="white-space: nowrap"><asp:HyperLink id="lnkSection" CssClass="SectionNav" Runat="Server"/></span>
</ItemTemplate>
<SeparatorTemplate>
  | 
</SeparatorTemplate>
</asp:Repeater>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?