Edit

Share via


PageHandlerFactory.ReleaseHandler(IHttpHandler) Method

Definition

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

public virtual void ReleaseHandler(System.Web.IHttpHandler handler);

Parameters

handler
IHttpHandler

The IHttpHandler to reuse.

Implements

Applies to

See also