Edit

Share via


HttpHandlersSection Constructor

Definition

Initializes a new instance of the HttpHandlersSection class.

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

Remarks

The HttpHandlersSection 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 HttpHandlersSection class by using the GetSection method.

Applies to