HttpHandlerActionCollection Constructor

Definition

Initializes a new instance of the HttpHandlerActionCollection class.

public:
 HttpHandlerActionCollection();
public HttpHandlerActionCollection ();
Public Sub New ()

Remarks

The HttpHandlerActionCollection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the HttpHandlerActionCollection class by using the Handlers property.

Applies to