?? new links.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<script runat="server">
void Page_Load() {
ContentList.DataSource = ContentPageUtility.GetNewContent("Link");
ContentList.DataBind();
}
</script>
<span class="WebBox_TitleText">New Links</span>
<br><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 new links</i>
</NoContentTemplate>
</community:ContentList>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -