Edit

Share via


SystemWebCachingSectionGroup Constructor

Definition

Creates a new instance of SystemWebCachingSectionGroup.

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

Remarks

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

Applies to