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

📄 links_link.ascx

📁 一个ASP.NET下的中文内容管理和社区系统
💻 ASCX
字号:
<%@ Control %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ Register TagPrefix="links" Namespace="ASPNET.StarterKit.Communities.Links" Assembly="ASPNET.StarterKit.Communities" %>
<%--

This skin is used for displaying an individual link in the Link page. Modify the HTML content
to modify the appearance of the page.
--%>


<div align="right">
  <community:DisplayTopic Runat="Server"/>
</div>
<table class="Link_Table">
<tr>
    <td class="Link_IntroCell">
    <community:LinkTitle CssClass="Link_Link" Runat="Server"/>
    </td>
</tr>
<tr>
    <td class="Link_BodyCell">
    <community:BriefDescription CssClass="Link_BriefDescription" Runat="Server"/>
    </td>
</tr>
</table>

<community:Rating id="ctlRateAction" Runat="Server"/>


<community:Comments id="ctlDisplayComments" Runat="Server"/>
<p>
<community:LinkEditContent CommentText="Add Your Comment" EditText="Edit this Link" DeleteText="Delete this Link" Runat="Server" />

⌨️ 快捷键说明

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