Ext.NET 学习笔记一

<?xml version="1.0"?> <!--   有关如何配置 ASP.NET 应用程序的详细信息,请访问   http://go.microsoft.com/fwlink/?LinkId=169433   -->

<configuration>  

<system.web>    

  <compilation debug="true" targetFramework="4.0"/>    

  <httpRuntime/>

     <httpModules>      

    <add name="DirectRequestModule" type="Ext.Net.DirectRequestModule, Ext.Net" />    

  </httpModules>    

  <pages>      

    <controls>        

      <add tagPrefix="ext" namespace="Ext.Net" assembly="Ext.Net"/>      

    </controls>    

  </pages>

 </system.web>

</configuration>

黑体字用于在每个aspx页面引用ext,  而不用再单独去每个页面书写<%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>

posted @ 2015-07-06 16:10  朱代杰  阅读(296)  评论(0编辑  收藏  举报