我的收藏
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add("我的收藏",null).ToHtml()%>
<%= new MyCollectInstance(this) { }.ToHtml()%>
<%= new HtmlAnchor("最新上传") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 ,TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>
<%= new HtmlAnchor("热门视频") { Href = WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { PageSize=5 , OrderBy=AVA.ResourcesPlatform.Config.OrderType.年播放量, TransferControl="/Index/IndexVideoByHot"}.ToHtml()%>