<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Index.IndexNoticeBy" %> <% if(this.ListNotice.Count>0) { foreach (var notice in this.ListNotice) { %>
  • <%= new HtmlAnchor(notice.Title) { Href = WebUrl.NoticeView(notice.Guid) }%>
  • <% } } else { %>
  • 暂无公告!
  • <% } %>