topics_topicmenu.ascx
来自「倒奶CMS内容管理系统 v6.0 中文版 软件类别: .NET源码 / 全站系」· ASCX 代码 · 共 11 行
ASCX
11 行
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<community:ContentList id="Topics" Runat="Server">
<ItemTemplate>
<span style="white-space: nowrap"><community:DisplayTopic id="Topic" AlwaysDisplay="true" Runat="Server"/></span>
</ItemTemplate>
<SeparatorTemplate>
</SeparatorTemplate>
</community:ContentList>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?