日期:2014-05-18  浏览次数:20449 次

html用标签调用asp.net的代码
现在看到很多网站用静态页面的标签调用.net的代码实现一些功能
但不是很明白其中的机制,想请教下:
部分代码:

                            <tr>
                                <td   class= "customCatalogPrefixTagTDStyle "> <img   src= "images/index19.jpg "   width= "9 "   height= "9 "> </td>
                                <td   class= "customCatalogContentTDStyle "> <a   href= "download.html "> 资料下载 </a> </td>
                            </tr>
                            <!--endShowDownLoad-->
                            <!--startCustomCatalog-->
就可以调出后台的下载列表


------解决方案--------------------
使用了URL重定向
在ASP.NET中,你可以把Download.aspx的URL地址改变成Download.html。

具体实现原理,百度一下,一卡车一卡车的