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

📄 new posts.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 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" %>
<script runat="server">

    void Page_Load() {
        ContentList.DataSource = ContentPageUtility.GetNewContent("Post");
        ContentList.DataBind();
    }

</script>
<span class="WebBox_TitleText">New Posts</span>
<br><br>
<community:ContentList id="ContentList" Runat="Server">
<ItemTemplate>
  <li><community:ItemTitleLink Runat="Server"/></span>
  <br>
  Posted by 
  <community:ItemAuthor Runat="Server"/>
  on
  <community:ItemDateCreated Runat="Server" />
  <br>
  <br>
</ItemTemplate>
<NoContentTemplate>
<i>There are no new posts</i>
</NoContentTemplate>
</community:ContentList>

⌨️ 快捷键说明

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