📄 new photos.ascx
字号:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ outputcache duration="600" VaryByParam="none"%>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities.PhotoGallery" %>
<script runat="server">
void Page_Load() {
ContentList.DataSource = PhotoUtility.GetNewPhotos();
ContentList.DataBind();
}
</script>
<span class="WebBox_TitleText">New Photos</span>
<br><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 + -