<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.LivePlay.LivePlayAttachment" %> <% if (this.ListApplicationAttachment != null && this.ListApplicationAttachment.Count > 0) { %>
附件
<% foreach (var applicationAttachment in this.ListApplicationAttachment) { %> <%= new HtmlAnchor(applicationAttachment.FileName) { Href = SettingGroup.ApplicationAttachmentFile(applicationAttachment), Target = "_blank", Class = "show_title" }%> <% } %> <%--
    <% foreach (var applicationAttachment in this.ListApplicationAttachment) { %>
  • <%= new HtmlAnchor(applicationAttachment.FileName) { Href = SettingGroup.ApplicationAttachmentFile(applicationAttachment), Target = "_blank", Class = "show_title" }%>
  • <% } %>
--%>
<% } %>