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

📄 new photos.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ import Namespace="ASPNET.StarterKit.Communities.PhotoGallery" %>
<%@ 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 = PhotoUtility.GetNewPhotos();
            ContentList.DataBind();
    }

</script>
<span class="WebBox_TitleText"></span>新图片<br>
<center>
	<community:ContentList id="ContentList" Runat="Server">
		<ItemTemplate>
			<community:ItemPhotoImage Width="100" Runat="Server" />
			<br>
			<community:ItemTitleLink runat="Server" />
			<br>
			<br>
		</ItemTemplate>
		<NoContentTemplate>
			<i>There are no new photos.</i>
		</NoContentTemplate>
	</community:ContentList>
</center>

⌨️ 快捷键说明

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