Returns an instance of the System.Web.IHttpHandler interface to process the requested resource.
- url
- Documentation for this section has not yet been entered.
- context
- An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
- requestType
- The HTTP data transfer method (GET or POST) that the client uses.
- path
- The System.Web.HttpRequest.PhysicalApplicationPath property to the requested resource.
A new System.Web.IHttpHandler that processes the request; otherwise, null.
The PageHandlerFactory.GetHandler(System.Web.HttpContext, string, string, string) method is called by the ASP.NET run time and returns either a valid instance of the System.Web.IHttpHandler interface or null.