System.Web.UI.PageHandlerFactory Members

The members of System.Web.UI.PageHandlerFactory are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.PageHandlerFactory class.

Public Methods

GetHandler(System.Web.HttpContext, string, string, string) : System.Web.IHttpHandler

Returns an instance of the System.Web.IHttpHandler interface to process the requested resource.

ReleaseHandler(System.Web.IHttpHandler)

Enables a factory to reuse an existing instance of a handler.