IRouteHandler.GetHttpHandler Method
Provides the object that processes the request.
Assembly: System.Web.Routing (in System.Web.Routing.dll)
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
An object that encapsulates information about the request.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Example of usage
You can find an example of using this interface here: http://msdn.microsoft.com/en-us/library/cc668202(v=VS.90).aspx
- 10/24/2010
- grahame-sd