<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyPublicClass.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyPublicClass" %> <%= new HtmlAnchor("添加课程") { Href = WebUrl.MyPublicClassAdd(), Class = "btn" }.Style(new { Margin_Bottom="20px",Margin_Left="4px" })%> <% if (this.ListPublicClass != null && this.ListPublicClass.Count > 0) { %> <% } else { %>
暂无数据
<%} %>