System.Web.Hosting.VirtualDirectory Class

Represents a directory object in a virtual file or resource space.

See Also: VirtualDirectory Members

Syntax

public abstract class VirtualDirectory : VirtualFileBase

Remarks

The System.Web.Hosting.VirtualDirectory class is the base class for objects that represent directories in a virtual file system. Typically, you would implement a descendent of the System.Web.Hosting.VirtualDirectory class for each System.Web.Hosting.VirtualPathProvider class descendent in your Web application.

Requirements

Namespace: System.Web.Hosting
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0