- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
.net页面对象模型要点
外文资料原文 ASP.NET PAGE OBJECT MODEL Summary: Learn about the eventing model built around ASP.NET Web pages and the various stages that a Web page experiences on its way to HTML. The ASP.NET HTTP run time governs the pipeline of objects that transform the requested URL into a living instance of a page class first, and into plain HTML text next. Discover the events that characterize the lifecycle of a page and how control and page authors can intervene to alter the standard behavior. (6 printed pages) Introduction: Each request for a Microsoft? ASP.NET page that hits Microsoft? Internet Information Services (IIS) is handed over to the ASP.NET HTTP pipeline. The HTTP pipeline is a chain of managed objects that sequentially process the request and make the transition from a URL to plain HTML text happen. The entry point of the HTTP pipeline is the HttpRuntime class. The ASP.NET infrastructure creates one instance of this class per each AppDomain hosted within the worker process (remember that the worker process maintains one distinct AppDomain per each ASP.NET application currently running). The HttpRuntime class picks up an HttpApplication object from an internal pool and sets it to work on the request. The main task accomplished by the HTTP application manager is finding out the class that will actually handle the request. When the request is for an .aspx resource, the handler is a page handler—namely, an instance of a class that inherits from Page. The association between types of resources and types of handlers is stored in the configuration file of the application. More exactly, the default set of mappings is defined in the httpHandlers section of the machine.config file. However, the application can customize the list of its own HTTP handlers in the local web.config file. The line below illustrates the code that defines the HTTP handler for .aspx resources. add verb=* path=*.aspx type=System.Web.UI.PageHandlerFactory/ An extension can be associated with a handler cl
您可能关注的文档
- 光载多带正交频分复用超宽带系统若干关键技术研究教程.doc
- 光网络技术第三次作业教程.docx
- -01绪论要点.ppt
- 光面爆破作业指导书教程.doc
- -小波时间序列对非平稳要点.doc
- 克苏鲁战争规则汉化教程.doc
- 光通信原理总复习教程.pptx
- -技术交底防排烟要点.doc
- 免疫防治-必威体育精装版医学免疫学课件教程.ppt
- 党内文书的常用写法教程.ppt
- Rohed & schwarz罗德与施瓦茨R&S®UPP Audio Analyzer - Product Brochure DE说明书用户手册.pdf
- Taiping太平基金直销业务办理指南说明书.pdf
- Bose S1 Pro Multi-position PA System 用户手册说明书.pdf
- Rohed & schwarz罗德与施瓦茨R&S®EFA40 43 (DVB-T) Телевизионный тестовый приемник - Specifications说明书用户手册.pdf
- Rohed & schwarz罗德与施瓦茨R&S®BCDRIVE Broadcast Drive Test Software - Product Brochure说明书用户手册.pdf
- 水电站仿真实训指导书 - hbsy.pdf
- Single Window单一窗口系统单一窗口用户手册.pdf
- Rohed & schwarz罗德与施瓦茨R&S®GX470 Digital Wideband Storage Device - Product Brochure说明书用户手册.pdf
- Zhonghe中荷人寿VIP会员手册519更新用户手册.pdf
- Finland 芬兰户外活动用户手册.pdf
有哪些信誉好的足球投注网站
文档评论(0)