System.Web.Hosting.VirtualFile Class

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

See Also: VirtualFile Members

Syntax

public abstract class VirtualFile : VirtualFileBase

Remarks

The System.Web.Hosting.VirtualFile class is the base class for objects that represent files in a virtual file system. Typically, you would implement a descendent of the System.Web.Hosting.VirtualFile class for each System.Web.Hosting.VirtualPathProvider object 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