2 implementations of GetHandler
System.Web (2)
UI\PageHandlerFactory.cs (1)
45
IHttpHandler IHttpHandlerFactory2.
GetHandler
(HttpContext context, String requestType,
UI\SimpleHandlerFactory.cs (1)
36
IHttpHandler IHttpHandlerFactory2.
GetHandler
(HttpContext context, String requestType,
2 references to GetHandler
System.Web (2)
HttpApplication.cs (1)
1389
handler = factory2.
GetHandler
(context, requestType, path, pathTranslated);
UI\SimpleHandlerFactory.cs (1)
32
return ((IHttpHandlerFactory2)this).
GetHandler
(context, requestType,