码迷,mamicode.com
首页 > Web开发 > 详细

Ext.NET 学习笔记一

时间:2015-07-06 17:28:41      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:

<?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" %>

Ext.NET 学习笔记一

标签:

原文地址:http://www.cnblogs.com/zdjtj/p/4624645.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!