ClientTargetSection Constructor

Definition

Initializes a new instance of the ClientTargetSection class.

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

Remarks

This constructor is called by the ASP.NET configuration system and is not intended to be used directly from your code. You can obtain an instance of the ClientTargetSection class by using the GetSection method.

Applies to