⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 popular downloads.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ outputcache duration="600"  VaryByParam="none"%>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Control Language="C#" %>
<script runat="server">

    void Page_Load() {
        ContentList.DataSource = ContentPageUtility.GetPopularContent("Download");
        ContentList.DataBind();
    }

</script>
<span class="WebBox_TitleText"></span>最受欢迎的下载
<br>
<community:ContentList id="ContentList" Runat="Server">
	<ItemTemplate>
		<li>
			<community:ItemTitleLink Runat="Server" /></span>
			<br>
			<community:ItemBriefDescription Runat="Server" />
			<br>
			<br>
	</ItemTemplate>
	<NoContentTemplate>
		<i>There are no downloads</i>
	</NoContentTemplate>
</community:ContentList>

⌨️ 快捷键说明

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