PageRenderTime 65ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSASPNETCustomHttpHandlerandModule/CSASPNETCustomHttpHandlerandModule/default.htm

#
HTML | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 01c8fe3c0d126dcbfd934c1f04bb72b2 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>The Default Page</title>
  5. </head>
  6. <body>
  7. <a href="name.demo">Click here to request the resource with .demo extension and Custom
  8. Http Handler will send response to client.</a><br />
  9. <br />
  10. <a href="TestModule.aspx">Click here to request the resource with .aspx extension and
  11. Custom Http Module will add value to page's content in BeginRequest and EndRequest
  12. events</a>
  13. </body>
  14. </html>