main_navigation.ascx
来自「具有一般blog的相册、文章、作品等功能程序结构也比较清晰采用三层结构开发(利用」· ASCX 代码 · 共 10 行
ASCX
10 行
<%@ OutputCache Duration="1200" VaryByControl="*"%>
<h3>Navigation</h3>
<ul>
<li><a href="content_list_month,0,0,<%=DateTime.Now.Year%>,<%=DateTime.Now.Month%>.aspx">Month Update</a> <a href="rss_month,0,0,<%=DateTime.Now.Year%>,<%=DateTime.Now.Month%>.aspx" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
<li><a href="content_list_year,0,0,<%=DateTime.Now.Year%>.aspx">Year Update</a> <a href="rss_year,0,0,<%=DateTime.Now.Year%>.aspx" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
<li><a href="http://www.csdn.net/develop/author/netauthor/ceocio/" target="_blank">CSDN Column</a> <a href="http://blog.csdn.net/ceocio/rss.aspx" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
<li><a href="http://blog.mvpcn.net/ceocio" target="_blank">Weblog@Mvpcn</a> <a href="http://blog.mvpcn.net/ceocio/rss.aspx" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
<li><a href="http://blog.joycode.com/ceocio" target="_blank">Weblog@joycode</a> <a href="http://blog.joycode.com/ceocio/rss.aspx" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
<li><a href="http://company.ceocio.net" target="_blank">WestRoad Co.,Ltd</a> <a href="http://company.ceocio.net" target="_blank"><img src="images/xml.gif" alt="" /></a></li>
</ul>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?