topics_topicmenu.ascx

来自「C#邮件代码库,用于邮件发送」· ASCX 代码 · 共 13 行

ASCX
13
字号
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table border="0" width="120" cellpadding="6" cellspacing="0">

<community:ContentList id="Topics" Runat="Server">
  <ItemTemplate>
    <tr><td align="left">
      <span class="TopicNav"><community:DisplayTopic id="Topic" AlwaysDisplay="true" Runat="Server"/></span>
    </td></tr>
  </ItemTemplate>
</community:ContentList>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?