System.Web.IHttpHandlerFactory Interface
Information   Base Types   Related Resources

Defines the contract that class factories must implement to create new IHttpHandler objects.

  • Namespace: System.Web
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Web.dll

  • View this type on MSDN
  • View this type on WinFX 247
    Articles (4)Discussions (7)MembersRotorChanges
    Articles

    Page: 1
    Create a custom IHttpHandler to allow ASP.NET pages to communicate with each other
    ASPToday
    One of the questions that experienced web developers typically ask when learning the ASP.NET framework is this: When I want to transfer control to a new page from the current page, how do I create an instance of the next page and pass it the state of the current request? To accomplish this, the default mechanism provided by the ASP.NET framework is to redirect the browser to the next page using the Page.Navigate() method.
    HTTP Handlers and HTTP Modules
    15 Seconds
    Using HTTP handlers and modules.
    URL Rewriting in ASP.NET
    MSDN
    Scott Mitchell shows how you can dynamically intercept an incoming Web request and automatically redirect it to a different URL.
    Using the TreeView Control
    C#Today
    One of the most common ways of representing data, and one used all the time by Microsoft, is in the form of a tree. In this article, Matthew Reynolds takes a look at how we can build an application that uses the classic "Tree on left, data on right" TreeView approach (a familiar example of this being Windows Explorer). We will see how to create an extensible architecture that provides a decent separation between data and presentation, and also see how to create user controls to support the editing of each of the application items.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com