This topic has not yet been rated - Rate this topic

IRouteHandler.GetHttpHandler Method

Provides the object that processes the request.

Namespace:  System.Web.Routing
Assembly:  System.Web.Routing (in System.Web.Routing.dll)
IHttpHandler GetHttpHandler(
	RequestContext requestContext
)

Parameters

requestContext
Type: System.Web.Routing.RequestContext
An object that encapsulates information about the request.

Return Value

Type: System.Web.IHttpHandler
An object that processes 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.

.NET Framework

Supported in: 3.5 SP1
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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